|
From: <sag...@us...> - 2011-04-01 15:43:44
|
Revision: 839
http://modplug.svn.sourceforge.net/modplug/?rev=839&view=rev
Author: saga-games
Date: 2011-04-01 15:43:38 +0000 (Fri, 01 Apr 2011)
Log Message:
-----------
I not am Yoda.
Modified Paths:
--------------
trunk/OpenMPT/installer/install.iss
Modified: trunk/OpenMPT/installer/install.iss
===================================================================
--- trunk/OpenMPT/installer/install.iss 2011-04-01 15:35:45 UTC (rev 838)
+++ trunk/OpenMPT/installer/install.iss 2011-04-01 15:43:38 UTC (rev 839)
@@ -251,7 +251,7 @@
case CurUninstallStep of
usUninstall:
begin
- if MsgBox('Do you want to keep OpenMPT your settings files (mptrack.ini, Keybindings.mkb, plugin.cache and local_tunings.tc)?', mbConfirmation, MB_YESNO or MB_DEFBUTTON2) = IDNO then
+ if MsgBox('Do you want to keep your OpenMPT settings files (mptrack.ini, Keybindings.mkb, plugin.cache and local_tunings.tc)?', mbConfirmation, MB_YESNO or MB_DEFBUTTON2) = IDNO then
begin
if(GetIniInt('Paths', 'UseAppDataDirectory', 1, 0, 0, ExpandConstant('{app}\mptrack.ini')) = 1) then
begin
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|