summaryrefslogtreecommitdiff
path: root/intro_gui.c
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2004-08-17 15:31:04 +0000
committerdarkvater <darkvater@openttd.org>2004-08-17 15:31:04 +0000
commit0361d3d12ffa068c43b48e4420bab631e095803b (patch)
tree9d47abe02d64bf37ea0f16e8556c9716f1712069 /intro_gui.c
parent4e3ad7598f7eb167d2b1afdd3a4e2c2de34d2281 (diff)
downloadopenttd-0361d3d12ffa068c43b48e4420bab631e095803b.tar.xz
(svn r75) -Add proper crediting to graphics artists to about box.
-Change DEBUG lvl for GRF warnings/errors to 2, lvl 1 is used for copyright notices -Fix show currect filename when debugging grf files
Diffstat (limited to 'intro_gui.c')
-rw-r--r--intro_gui.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/intro_gui.c b/intro_gui.c
index 64c7223ee..b1095691e 100644
--- a/intro_gui.c
+++ b/intro_gui.c
@@ -18,7 +18,7 @@ static void ShowSelectTutorialWindow()
*/
static const Widget _select_game_widgets[] = {
-{ WWT_CAPTION, 13, 0, 335, 0, 13, STR_0307_TRANSPORT_TYCOON_DELUXE},
+{ WWT_CAPTION, 13, 0, 335, 0, 13, STR_0307_OPENTTD},
{ WWT_IMGBTN, 13, 0, 335, 14, 196, 0x0},
{ WWT_PUSHTXTBTN, 12, 10, 167, 22, 33, STR_0140_NEW_GAME, STR_02FB_START_A_NEW_GAME},
{ WWT_PUSHTXTBTN, 12, 168, 325, 22, 33, STR_0141_LOAD_GAME, STR_02FC_LOAD_A_SAVED_GAME_FROM},
@@ -30,7 +30,7 @@ static const Widget _select_game_widgets[] = {
{ WWT_PUSHTXTBTN, 12, 10, 167, 159, 170, STR_0148_GAME_OPTIONS, STR_0301_DISPLAY_GAME_OPTIONS},
{ WWT_PUSHTXTBTN, 12, 168, 325, 159, 170, STR_01FE_DIFFICULTY,STR_0302_DISPLAY_DIFFICULTY_OPTIONS},
{ WWT_PUSHTXTBTN, 12, 168, 325, 40, 51, STR_029A_PLAY_SCENARIO, STR_0303_START_A_NEW_GAME_USING},
-{ WWT_PUSHTXTBTN, 12, 168, 325, 177, 188, STR_0304_QUIT, STR_0305_LEAVE_TRANSPORT_TYCOON},
+{ WWT_PUSHTXTBTN, 12, 168, 325, 177, 188, STR_0304_QUIT, STR_0305_LEAVE_OPENTTD},
{ WWT_PANEL_2, 12, 10, 85, 69, 122, 0x1312, STR_030E_SELECT_TEMPERATE_LANDSCAPE},
{ WWT_PANEL_2, 12, 90, 165, 69, 122, 0x1314, STR_030F_SELECT_SUB_ARCTIC_LANDSCAPE},
{ WWT_PANEL_2, 12, 170, 245, 69, 122, 0x1316, STR_0310_SELECT_SUB_TROPICAL_LANDSCAPE},