From d8fb79672cf701401c4636cfe14e3cfe8da3c481 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Tue, 30 Jun 2009 06:17:55 +0000 Subject: [PATCH] Mac Uninstaller: fix cosmetic bug svn path=/trunk/boinc/; revision=18525 --- checkin_notes | 3 ++- mac_installer/uninstall.cpp | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/checkin_notes b/checkin_notes index 3dd095d9ea..320c131f61 100644 --- a/checkin_notes +++ b/checkin_notes @@ -6089,7 +6089,8 @@ Rom 29 June 2009 boinccas95.dll Charlie 29 June 2009 - - Mac Uninstaller: add blank lines between items user should delete. + - Mac Uninstaller: add blank lines between items user should delete; + fix cosmetic bug. mac_installer/ uninstall.cpp diff --git a/mac_installer/uninstall.cpp b/mac_installer/uninstall.cpp index 6da549cae9..8aca8e44b0 100644 --- a/mac_installer/uninstall.cpp +++ b/mac_installer/uninstall.cpp @@ -100,7 +100,7 @@ int main(int argc, char *argv[]) } else { // Grid Republic uses generic dialog with Uninstall application's icon cancelled = ! ShowMessage(true, "Are you sure you want to completely remove %s from your computer?\n\n" - "This will remove the executables but will not touch %s data files.", p); + "This will remove the executables but will not touch %s data files.", p, p); } if (! cancelled)