(svn r13970) -Codechange: Replace numbers with Colours enum on network, toolbar and dropdown guis.

Mostly forgotten ones.
This commit is contained in:
belugas
2008-08-03 02:18:45 +00:00
parent 87c3599895
commit 96892e081a
3 changed files with 90 additions and 92 deletions

View File

@@ -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},
};