diff options
author | James Brown | 2003-07-05 11:25:12 +0000 |
---|---|---|
committer | James Brown | 2003-07-05 11:25:12 +0000 |
commit | cbe71501f90610cd71270de965afe8540d03c793 (patch) | |
tree | 54f06d96c433ff78c0c57cbc80e2e0e8c0768c55 | |
parent | b3e30fc0ff71c5103d00a0ef7b384780f83aa085 (diff) | |
download | scummvm-rg350-cbe71501f90610cd71270de965afe8540d03c793.tar.gz scummvm-rg350-cbe71501f90610cd71270de965afe8540d03c793.tar.bz2 scummvm-rg350-cbe71501f90610cd71270de965afe8540d03c793.zip |
Note spare strings in the custom string resource table.
svn-id: r8772
-rw-r--r-- | scumm/dialogs.cpp | 41 |
1 files changed, 20 insertions, 21 deletions
diff --git a/scumm/dialogs.cpp b/scumm/dialogs.cpp index 6747dd5cbc..d21defda32 100644 --- a/scumm/dialogs.cpp +++ b/scumm/dialogs.cpp @@ -64,28 +64,27 @@ static const char* string_map_table_custom[] = { "Sound", //5 "Keys", //6 "About", //7 - "Pocket ScummVM", //8 - "Build " SCUMMVM_VERSION " (" SCUMMVM_CVS ")", //9 - "ScummVM http://www.scummvm.org", //10 - "All games (c) LucasArts", //11 - "Quit", //12 - "Pause", //13 - "Save", //14 - "Skip", //15 - "Hide", //16 - "Options", //17 - "Misc", //18 + "Pocket ScummVM", //8 + "This space intentionally left blank", //9 SPARE + "Do you have a monkey in your pocket?", //10 SPARE + "", //11 SPARE + "Quit", //12 + "Pause", //13 + "Save", //14 + "Skip", //15 + "Hide", //16 + "Options", //17 + "Misc", //18 "Show speech subtitles", //19 - "Amiga palette conversion", //20 - "Except:", //21 - "Simon the Sorcerer (c) Adventuresoft", //22 - "Close", //23 - - "Map", //24 - "Choose an action to map", //25 - "Press the key to associate", //26 - "Please select an action", //27 - "Help" //28 + "Amiga palette conversion", //20 + "If you can read this,", //21 SPARE + "you don't need glasses", //22 SPARE + "Close", //23 + "Map", //24 + "Choose an action to map", //25 + "Press the key to associate", //26 + "Please select an action", //27 + "Help" //28 }; #ifdef __PALM_OS__ |