summaryrefslogtreecommitdiff
path: root/src/window_gui.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2012-11-11 16:01:34 +0000
committerfrosch <frosch@openttd.org>2012-11-11 16:01:34 +0000
commitcfccaff6457964db5245ac144e81b581146bfd75 (patch)
tree25ae51fc5d987ac35fef1abc75b00211f065c2bf /src/window_gui.h
parentb65ece1ea930a42763916d4dbfbaf1c190f3d2a9 (diff)
downloadopenttd-cfccaff6457964db5245ac144e81b581146bfd75.tar.xz
(svn r24696) -Doc: Improve documentation for button widget types.
Diffstat (limited to 'src/window_gui.h')
-rw-r--r--src/window_gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window_gui.h b/src/window_gui.h
index bd1448ee9..1f1b87a3f 100644
--- a/src/window_gui.h
+++ b/src/window_gui.h
@@ -175,7 +175,7 @@ struct WindowDesc : ZeroedMemoryAllocator {
int16 default_height; ///< Prefered initial height of the window.
WindowClass cls; ///< Class of the window, @see WindowClass.
WindowClass parent_cls; ///< Class of the parent window. @see WindowClass
- uint32 flags; ///< Flags. @see WindowDefaultFlags
+ uint32 flags; ///< Flags. @see WindowDefaultFlag
const NWidgetPart *nwid_parts; ///< Nested widget parts describing the window.
int16 nwid_length; ///< Length of the #nwid_parts array.
};