summaryrefslogtreecommitdiff
path: root/src/widget_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-11-19 18:01:24 +0000
committerrubidium <rubidium@openttd.org>2009-11-19 18:01:24 +0000
commit30f7483f9c655d2f1454b69cbe7c7b02f691c1d6 (patch)
tree05b99820e2626fd66b7bdc6bf7b188c798ad322a /src/widget_type.h
parent64d65cc635c8ef99689dcc5096c7ccb66b6b72f1 (diff)
downloadopenttd-30f7483f9c655d2f1454b69cbe7c7b02f691c1d6.tar.xz
(svn r18188) -Codechange: s/NWID_BUTTON_DRPDOWN/NWID_BUTTON_DROPDOWN/g
Diffstat (limited to 'src/widget_type.h')
-rw-r--r--src/widget_type.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/widget_type.h b/src/widget_type.h
index 1dc4fc782..d4e1abda9 100644
--- a/src/widget_type.h
+++ b/src/widget_type.h
@@ -122,14 +122,14 @@ enum WidgetType {
WWT_LAST, ///< Last Item. use WIDGETS_END to fill up padding!!
/* Nested widget types. */
- NWID_HORIZONTAL, ///< Horizontal container.
- NWID_HORIZONTAL_LTR, ///< Horizontal container that doesn't change the order of the widgets for RTL languages.
- NWID_VERTICAL, ///< Vertical container.
- NWID_SPACER, ///< Invisible widget that takes some space.
- NWID_SELECTION, ///< Stacked widgets, only one visible at a time (eg in a panel with tabs).
- NWID_VIEWPORT, ///< Nested widget containing a viewport.
- NWID_BUTTON_DRPDOWN, ///< Button with a drop-down.
- NWID_BUTTON_ARROW, ///< Button with an arrow
+ NWID_HORIZONTAL, ///< Horizontal container.
+ NWID_HORIZONTAL_LTR, ///< Horizontal container that doesn't change the order of the widgets for RTL languages.
+ NWID_VERTICAL, ///< Vertical container.
+ NWID_SPACER, ///< Invisible widget that takes some space.
+ NWID_SELECTION, ///< Stacked widgets, only one visible at a time (eg in a panel with tabs).
+ NWID_VIEWPORT, ///< Nested widget containing a viewport.
+ NWID_BUTTON_DROPDOWN, ///< Button with a drop-down.
+ NWID_BUTTON_ARROW, ///< Button with an arrow
/* Nested widget part types. */
WPT_RESIZE, ///< Widget part for specifying resizing.