Reverted default window size to 640x480. Updated NSIS installer script.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@853 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud 2009-06-10 19:09:15 +00:00
parent 75ec0abe5a
commit d0f974227b
2 changed files with 5 additions and 5 deletions

View File

@ -266,7 +266,7 @@
; Window dimensions. The program | Dimensions de la fenêtre en mode ; Window dimensions. The program | Dimensions de la fenêtre en mode
; remembers the last window size. | fenêtré. ; 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 ; 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 ; mouse movement. Ideally you should leave it at zero, but if you have an

View File

@ -11,7 +11,7 @@
;Name and file ;Name and file
Name "Grafx2" Name "Grafx2"
OutFile "grafx2-2.00b99.0-svn724-win32.exe" OutFile "grafx2-2.0-svn853-win32.exe"
;Default installation folder ;Default installation folder
InstallDir "$PROGRAMFILES\Grafx2" InstallDir "$PROGRAMFILES\Grafx2"
@ -60,7 +60,7 @@ Section "Grafx2" SecProgram
SetOutPath "$INSTDIR" SetOutPath "$INSTDIR"
;ADD YOUR OWN FILES HERE... ;ADD YOUR OWN FILES HERE...
File ..\grafx2.exe File ..\grafx2.exe
File ..\src-svn724.tgz File ..\src-svn853.tgz
File ..\gfx2.gif File ..\gfx2.gif
File ..\gfx2def.ini File ..\gfx2def.ini
File ..\SDL_image.dll File ..\SDL_image.dll
@ -97,7 +97,7 @@ Section "Grafx2" SecProgram
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Grafx2-SDL" \ WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Grafx2-SDL" \
"URLInfoAbout" "http://grafx2.googlecode.com" "URLInfoAbout" "http://grafx2.googlecode.com"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Grafx2-SDL" \ WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Grafx2-SDL" \
"DisplayVersion" "99%" "DisplayVersion" "2.0 final"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Grafx2-SDL" \ WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Grafx2-SDL" \
"NoModify" 1 "NoModify" 1
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Grafx2-SDL" \ WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Grafx2-SDL" \
@ -139,7 +139,7 @@ Section "un.SecProgram"
;ADD YOUR OWN FILES HERE... ;ADD YOUR OWN FILES HERE...
Delete "$INSTDIR\grafx2.exe" Delete "$INSTDIR\grafx2.exe"
Delete "$INSTDIR\src-svn724.tgz" Delete "$INSTDIR\src-svn853.tgz"
Delete "$INSTDIR\gfx2.gif" Delete "$INSTDIR\gfx2.gif"
Delete "$INSTDIR\gfx2def.ini" Delete "$INSTDIR\gfx2def.ini"
Delete "$INSTDIR\SDL_image.dll" Delete "$INSTDIR\SDL_image.dll"