summaryrefslogtreecommitdiff
path: root/src/widget_type.h
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2009-03-23 00:08:59 +0000
committeryexo <yexo@openttd.org>2009-03-23 00:08:59 +0000
commitb61a681f025dcfbd9d2db4c15603784aaff357c4 (patch)
tree60e988cefe32bdc39002c90f8ef4ff7d70d526e1 /src/widget_type.h
parent4012549c5ea5c9192189b6cc29000a9634c38798 (diff)
downloadopenttd-b61a681f025dcfbd9d2db4c15603784aaff357c4.tar.xz
(svn r15825) -Codechange: remove the WWT_DROPDOWNIN widget type and replace it with WWT_DROPDOWN.
Diffstat (limited to 'src/widget_type.h')
-rw-r--r--src/widget_type.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/widget_type.h b/src/widget_type.h
index 5406fecc3..6826b335e 100644
--- a/src/widget_type.h
+++ b/src/widget_type.h
@@ -91,8 +91,7 @@ enum WidgetType {
WWT_SCROLL2BAR, ///< 2nd vertical scrollbar
WWT_RESIZEBOX, ///< Resize box (normally at bottom-right of a window)
WWT_CLOSEBOX, ///< Close box (at top-left of a window)
- WWT_DROPDOWN, ///< Raised drop down list (regular)
- WWT_DROPDOWNIN, ///< Inset drop down list (used on game options only)
+ WWT_DROPDOWN, ///< Drop down list
WWT_EDITBOX, ///< a textbox for typing
WWT_LAST, ///< Last Item. use WIDGETS_END to fill up padding!!