diff options
author | Lothar Serra Mari | 2019-03-17 10:45:15 +0100 |
---|---|---|
committer | Lothar Serra Mari | 2019-03-17 10:45:15 +0100 |
commit | 7e472de5a8b09082d017b860efe2644836251441 (patch) | |
tree | a7334422f3259395d1f8af0664ec3b47ee741246 /dists | |
parent | 3d41ee988c1926ca1bb1cc6db884189aa08ebdb6 (diff) | |
download | scummvm-rg350-7e472de5a8b09082d017b860efe2644836251441.tar.gz scummvm-rg350-7e472de5a8b09082d017b860efe2644836251441.tar.bz2 scummvm-rg350-7e472de5a8b09082d017b860efe2644836251441.zip |
WIN32: Fix encoding in the Inno Setup file
Diffstat (limited to 'dists')
-rw-r--r-- | dists/win32/ScummVM.iss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dists/win32/ScummVM.iss b/dists/win32/ScummVM.iss index a22d6d4245..3d7ad2fd91 100644 --- a/dists/win32/ScummVM.iss +++ b/dists/win32/ScummVM.iss @@ -204,9 +204,9 @@ Name: {group}\ScummVM; Filename: {app}\scummvm.exe; WorkingDir: {app}; Comment: Name: {group}\ScummVM (noconsole); Filename: {app}\scummvm.exe; Parameters: "--no-console"; WorkingDir: {app}; Comment: scummvm; Flags: createonlyiffileexists; IconIndex: 0; Languages: not german
Name: {group}\ScummVM (ohne Konsolenfenster); Filename: {app}\scummvm.exe; Parameters: "--no-console"; WorkingDir: {app}; Comment: scummvm; Flags: createonlyiffileexists; IconIndex:0; Languages: german
Name: {group}\Saved Games\Saved Games; Filename: {userappdata}\ScummVM\Saved Games; WorkingDir: {userappdata}\ScummVM\Saved Games; Comment: Saved Games; IconIndex: 0; MinVersion: 0, 1; Languages: not german
-Name: {group}\Spielst�nde\Spielst�nde; Filename: {userappdata}\ScummVM\Saved Games; WorkingDir: {userappdata}\ScummVM\Saved Games; Comment: Spielst�nde; IconIndex: 0; MinVersion: 0, 1; Languages: german
+Name: {group}\Spielstände\Spielstände; Filename: {userappdata}\ScummVM\Saved Games; WorkingDir: {userappdata}\ScummVM\Saved Games; Comment: Spielstände; IconIndex: 0; MinVersion: 0, 1; Languages: german
Name: {group}\Saved Games\Saved Games (old default); Filename: {app}; WorkingDir: {app}; Comment: Saved Games (old default); IconIndex: 0; MinVersion: 0, 1; Languages: not german
-Name: {group}\Spielst�nde\Spielst�nde (alter Standard); Filename: {app}; WorkingDir: {app}; Comment: Spielst�nde (alter Standard); IconIndex: 0; MinVersion: 0, 1; Languages: german
+Name: {group}\Spielstände\Spielstände (alter Standard); Filename: {app}; WorkingDir: {app}; Comment: Spielstände (alter Standard); IconIndex: 0; MinVersion: 0, 1; Languages: german
; DOCUMENTATION
Name: {group}\Authors; Filename: {app}\AUTHORS.txt; WorkingDir: {app}; Comment: AUTHORS; Flags: createonlyiffileexists; Languages: not german
|