diff options
author | rubidium <rubidium@openttd.org> | 2009-02-08 12:25:13 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-02-08 12:25:13 +0000 |
commit | 377ce6c5bf1bc98087a83cd906dd14223668acef (patch) | |
tree | 5b7c7c6ed12ff58167007d93a309a4a340ebdf6b /src/intro_gui.cpp | |
parent | 27105127f6f9161e42f9e329e2db8ea417558c9f (diff) | |
download | openttd-377ce6c5bf1bc98087a83cd906dd14223668acef.tar.xz |
(svn r15410) -Cleanup: get rid of most of the references to the 'patches' except where it's used for backward compatability.
Diffstat (limited to 'src/intro_gui.cpp')
-rw-r--r-- | src/intro_gui.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/intro_gui.cpp b/src/intro_gui.cpp index e3f100bef..47768dfec 100644 --- a/src/intro_gui.cpp +++ b/src/intro_gui.cpp @@ -41,7 +41,7 @@ static const Widget _select_game_widgets[] = { { WWT_PUSHTXTBTN, RESIZE_NONE, COLOUR_ORANGE, 10, 167, 139, 150, STR_0148_GAME_OPTIONS, STR_0301_DISPLAY_GAME_OPTIONS}, { WWT_PUSHTXTBTN, RESIZE_NONE, COLOUR_ORANGE, 168, 325, 139, 150, STR_01FE_DIFFICULTY, STR_0302_DISPLAY_DIFFICULTY_OPTIONS}, -{ WWT_PUSHTXTBTN, RESIZE_NONE, COLOUR_ORANGE, 10, 167, 157, 168, STR_CONFIG_PATCHES, STR_CONFIG_PATCHES_TIP}, +{ WWT_PUSHTXTBTN, RESIZE_NONE, COLOUR_ORANGE, 10, 167, 157, 168, STR_CONFIG_SETTING, STR_CONFIG_SETTING_TIP}, { WWT_PUSHTXTBTN, RESIZE_NONE, COLOUR_ORANGE, 168, 325, 157, 168, STR_NEWGRF_SETTINGS_BUTTON, STR_NULL}, { WWT_PUSHTXTBTN, RESIZE_NONE, COLOUR_ORANGE, 10, 167, 175, 186, STR_CONTENT_INTRO_BUTTON, STR_CONTENT_INTRO_BUTTON_TIP}, @@ -73,7 +73,7 @@ private: SGI_TOYLAND_LANDSCAPE, SGI_OPTIONS, SGI_DIFFICULTIES, - SGI_PATCHES_OPTIONS, + SGI_SETTINGS_OPTIONS, SGI_GRF_SETTINGS, SGI_CONTENT_DOWNLOAD, SGI_AI_SETTINGS, @@ -128,7 +128,7 @@ public: case SGI_OPTIONS: ShowGameOptions(); break; case SGI_DIFFICULTIES: ShowGameDifficulty(); break; - case SGI_PATCHES_OPTIONS: ShowPatchesSelection(); break; + case SGI_SETTINGS_OPTIONS:ShowGameSettings(); break; case SGI_GRF_SETTINGS: ShowNewGRFSettings(true, true, false, &_grfconfig_newgame); break; case SGI_CONTENT_DOWNLOAD: if (!_network_available) { |