Merge pull request #2314 from Gymnasiast/obsolete-tooltip

Remote obsolete date tooltip
This commit is contained in:
Ted John 2015-11-17 18:21:29 +00:00
commit 50edff6158
2 changed files with 2 additions and 2 deletions

View File

@ -2294,7 +2294,7 @@ STR_2286 :Designing
STR_2287 :Completing design
STR_2288 :Unknown
STR_2289 :{STRINGID} {STRINGID}
STR_2290 :{SMALLFONT}{BLACK}{STRINGID} {STRINGID}
STR_2290 :<not used anymore>
STR_2291 :Select scenario for new game
STR_2292 :{WINDOW_COLOUR_2}Rides been on:
STR_2293 :{BLACK} Nothing

View File

@ -69,7 +69,7 @@ rct_widget window_game_bottom_toolbar_widgets[] = {
{ WWT_IMGBTN, 0, 0x0208-WIDTH_MOD, 0x027F, 0, 33, 0xFFFFFFFF, STR_NONE }, // Right outset panel
{ WWT_IMGBTN, 0, 0x020A-WIDTH_MOD, 0x027D, 2, 31, 0xFFFFFFFF, STR_NONE }, // Right inset panel
{ WWT_FLATBTN, 0, 0x020A-WIDTH_MOD, 0x027D, 2, 13, 0xFFFFFFFF, 2290 }, // Date
{ WWT_FLATBTN, 0, 0x020A-WIDTH_MOD, 0x027D, 2, 13, 0xFFFFFFFF, STR_NONE }, // Date
{ WIDGETS_END },
};