Changeset - r4306:dd90fc82a9b9
[Not reviewed]
master
0 2 0
truelight - 18 years ago 2006-08-19 16:33:10
truelight@openttd.org
(svn r5953) -Fix: tooltip for FlatLand had wrong color (tnx glx)
2 files changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
genworld_gui.c
Show inline comments
 
@@ -698,7 +698,7 @@ const Widget _create_scenario_widgets[] 
 
{      WWT_PANEL, RESIZE_NONE, 12, 150, 185,  95, 106, STR_NULL,                STR_NULL},
 
{    WWT_TEXTBTN, RESIZE_NONE, 12, 186, 197,  95, 106, STR_0225,                STR_NULL}, // Mapsize Y
 

	
 
{    WWT_TEXTBTN, RESIZE_NONE,  6,  12, 145, 117, 128, STR_SE_FLAT_WORLD,       STR_SE_FLAT_WORLD},                      // Empty (sea-level) map
 
{    WWT_TEXTBTN, RESIZE_NONE,  6,  12, 145, 117, 128, STR_SE_FLAT_WORLD,       STR_SE_FLAT_WORLD_TIP},                      // Empty (sea-level) map
 
{    WWT_TEXTBTN, RESIZE_NONE,  6,  12, 145, 135, 146, STR_SE_RANDOM_LAND,      STR_022A_GENERATE_RANDOM_LAND}, // Generate
 
{    WWT_TEXTBTN, RESIZE_NONE,  6,  12, 145, 153, 164, STR_LOAD_GAME_HEIGHTMAP, STR_LOAD_SCEN_HEIGHTMAP},       // Heightmap
 

	
lang/english.txt
Show inline comments
 
@@ -2942,6 +2942,7 @@ STR_PREPARING_TILELOOP                  
 
STR_PREPARING_GAME                                              :{BLACK}Preparing game
 
STR_DIFFICULTY_TO_CUSTOM                                        :{WHITE}This action changed the difficulty level to custom
 
STR_SE_FLAT_WORLD                                               :{WHITE}Flat land
 
STR_SE_FLAT_WORLD_TIP                                           :{BLACK}Generate a flat land
 
STR_SE_RANDOM_LAND                                              :{WHITE}Random land
 
STR_SE_NEW_WORLD                                                :{BLACK}Create new scenario
 
STR_SE_CAPTION                                                  :{WHITE}Scenario type
0 comments (0 inline, 0 general)