From e0c4e144b91ba0cd05c7ec1890725a29ded86ef7 Mon Sep 17 00:00:00 2001 From: bjarni Date: Mon, 3 Jan 2005 20:52:09 +0000 Subject: (svn r1350) Replace Vehicle GUI: - Replaced "WP(w,replaceveh_d).line_height" with "w->resize.step_height" since they needed to be the same anyway - Cleaned the code a litte for readability (like correct tabbing) - Added company color to replace vehicle windows to make them look like the rest of the vehicle windows and made the caption text white (also to fit the standard) --This line, and those below, will be ignored-- M vehicle_gui.c M lang/english.txt M window.h --- lang/english.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lang') diff --git a/lang/english.txt b/lang/english.txt index ca696992e..c8077ed11 100644 --- a/lang/english.txt +++ b/lang/english.txt @@ -2761,6 +2761,7 @@ STR_SCHEDULED_AIRCRAFT_TIP :{BLACK}Show all aircraft which have this station STR_SCHEDULED_SHIPS_TIP :{BLACK}Show all ships which have this station on their schedule STR_REPLACE_VEHICLES :{BLACK}Replace Vehicles +STR_REPLACE_VEHICLES_WHITE :{WHITE}Replace Vehicles STR_REPLACE_VEHICLES_START :{BLACK}Start Replacing Vehicles STR_REPLACE_VEHICLES_STOP :{BLACK}Stop Replaing Vehicles STR_NOT_REPLACING :{BLACK}Not replacing @@ -2775,8 +2776,8 @@ STR_REPLACE_HELP :{BLACK}This feature allows you to select an enginetype an ############ Lists rail types -STR_RAIL_VEHICLES :Rail Vehicles -STR_MONORAIL_VEHICLES :Monorail Vehicles +STR_RAIL_VEHICLES :Rail Vehicles +STR_MONORAIL_VEHICLES :Monorail Vehicles STR_MAGLEV_VEHICLES :Maglev Vehicles ############ End of list of rail types -- cgit v1.2.3-54-g00ecf