From 96892e081a61b2f46bb94a41d6e2b39359b789e7 Mon Sep 17 00:00:00 2001 From: belugas Date: Sun, 3 Aug 2008 02:18:45 +0000 Subject: (svn r13970) -Codechange: Replace numbers with Colours enum on network, toolbar and dropdown guis. Mostly forgotten ones. --- src/widgets/dropdown.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/widgets') diff --git a/src/widgets/dropdown.cpp b/src/widgets/dropdown.cpp index ff2943214..ecdba6a64 100644 --- a/src/widgets/dropdown.cpp +++ b/src/widgets/dropdown.cpp @@ -57,8 +57,8 @@ static void DeleteDropDownList(DropDownList *list) } static const Widget _dropdown_menu_widgets[] = { -{ WWT_PANEL, RESIZE_NONE, 0, 0, 0, 0, 0, 0x0, STR_NULL}, -{ WWT_SCROLLBAR, RESIZE_NONE, 0, 0, 0, 0, 0, 0x0, STR_0190_SCROLL_BAR_SCROLLS_LIST}, +{ WWT_PANEL, RESIZE_NONE, COLOUR_END, 0, 0, 0, 0, 0x0, STR_NULL}, +{ WWT_SCROLLBAR, RESIZE_NONE, COLOUR_END, 0, 0, 0, 0, 0x0, STR_0190_SCROLL_BAR_SCROLLS_LIST}, { WIDGETS_END}, }; -- cgit v1.2.3-54-g00ecf