diff --git a/gfx2def.ini b/gfx2def.ini index 7fbeb2ea..757c4c38 100644 --- a/gfx2def.ini +++ b/gfx2def.ini @@ -266,7 +266,7 @@ ; Window dimensions. The program | Dimensions de la fenêtre en mode ; remembers the last window size. | fenêtré. - Default_window_size = 320,240 ; (default '640,480') + Default_window_size = 640,480 ; (default '640,480') ; This setting allows you merge successive mouse movements into a single ; mouse movement. Ideally you should leave it at zero, but if you have an diff --git a/install/WinInstaller.nsi b/install/WinInstaller.nsi index fe98d6be..de83d47a 100644 --- a/install/WinInstaller.nsi +++ b/install/WinInstaller.nsi @@ -11,7 +11,7 @@ ;Name and file Name "Grafx2" - OutFile "grafx2-2.00b99.0-svn724-win32.exe" + OutFile "grafx2-2.0-svn853-win32.exe" ;Default installation folder InstallDir "$PROGRAMFILES\Grafx2" @@ -60,7 +60,7 @@ Section "Grafx2" SecProgram SetOutPath "$INSTDIR" ;ADD YOUR OWN FILES HERE... File ..\grafx2.exe - File ..\src-svn724.tgz + File ..\src-svn853.tgz File ..\gfx2.gif File ..\gfx2def.ini File ..\SDL_image.dll @@ -97,7 +97,7 @@ Section "Grafx2" SecProgram WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Grafx2-SDL" \ "URLInfoAbout" "http://grafx2.googlecode.com" WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Grafx2-SDL" \ - "DisplayVersion" "99%" + "DisplayVersion" "2.0 final" WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Grafx2-SDL" \ "NoModify" 1 WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Grafx2-SDL" \ @@ -139,7 +139,7 @@ Section "un.SecProgram" ;ADD YOUR OWN FILES HERE... Delete "$INSTDIR\grafx2.exe" - Delete "$INSTDIR\src-svn724.tgz" + Delete "$INSTDIR\src-svn853.tgz" Delete "$INSTDIR\gfx2.gif" Delete "$INSTDIR\gfx2def.ini" Delete "$INSTDIR\SDL_image.dll"