From 02a6df391d3ea78330b21b46cae93fd48e50eca9 Mon Sep 17 00:00:00 2001 From: Darkvater Date: Tue, 24 Oct 2006 16:27:18 +0000 Subject: (svn r6926) -Codechange: Rename WWT_4 to WWT_TEXTBTN_2 and WWT_6 to WWT_INSET (credits to peter1138 for the aptly found name) -Codechange: Remove the explicit numbering from WindowWidgetTypes --- industry_gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'industry_gui.c') diff --git a/industry_gui.c b/industry_gui.c index 54dac0bb3..69aa02f01 100644 --- a/industry_gui.c +++ b/industry_gui.c @@ -423,7 +423,7 @@ static const Widget _industry_view_widgets[] = { { WWT_CAPTION, RESIZE_NONE, 9, 11, 247, 0, 13, STR_4801, STR_018C_WINDOW_TITLE_DRAG_THIS}, { WWT_STICKYBOX, RESIZE_NONE, 9, 248, 259, 0, 13, 0x0, STR_STICKY_BUTTON}, { WWT_PANEL, RESIZE_NONE, 9, 0, 259, 14, 105, 0x0, STR_NULL}, -{ WWT_6, RESIZE_NONE, 9, 2, 257, 16, 103, 0x0, STR_NULL}, +{ WWT_INSET, RESIZE_NONE, 9, 2, 257, 16, 103, 0x0, STR_NULL}, { WWT_PANEL, RESIZE_NONE, 9, 0, 259, 106, 147, 0x0, STR_NULL}, { WWT_PUSHTXTBTN, RESIZE_NONE, 9, 0, 129, 148, 159, STR_00E4_LOCATION, STR_482C_CENTER_THE_MAIN_VIEW_ON}, { WWT_PANEL, RESIZE_NONE, 9, 130, 259, 148, 159, 0x0, STR_NULL}, -- cgit v1.2.3-54-g00ecf