From bbd3ec33d0d9a0e0ff189691781d352efff404d2 Mon Sep 17 00:00:00 2001 From: dominik Date: Sun, 12 Dec 2004 17:42:04 +0000 Subject: (svn r1030) Some toolbar icons are arranged differently: - Landscaping buttons have to be accessed from the landscaping toolbar - Landscaping toolbar can be opened from all other toolbars - The order of buttons in the docks toolbar now matches the other toolbars - Landscaping toolbar has new keyboard shortcuts --- ttd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ttd.h') diff --git a/ttd.h b/ttd.h index 201814844..0265d21f1 100644 --- a/ttd.h +++ b/ttd.h @@ -419,12 +419,12 @@ enum { WC_ENGINE_PREVIEW = 0x35, WC_MUSIC_WINDOW = 0x36, WC_MUSIC_TRACK_SELECTION = 0x37, - WC_SCEN_LAND_GEN = 0x38, + WC_SCEN_LAND_GEN = 0x38, // also used for landscaping toolbar WC_ASK_RESET_LANDSCAPE = 0x39, WC_SCEN_TOWN_GEN = 0x3A, WC_SCEN_INDUSTRY = 0x3B, WC_SCEN_BUILD_ROAD = 0x3C, - WC_SCEN_BUILD_TREES = 0x3D, + WC_BUILD_TREES = 0x3D, WC_SEND_NETWORK_MSG = 0x3E, WC_DROPDOWN_MENU = 0x3F, WC_BUILD_INDUSTRY = 0x40, -- cgit v1.2.3-54-g00ecf