diff options
author | rubidium <rubidium@openttd.org> | 2012-01-21 12:03:55 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2012-01-21 12:03:55 +0000 |
commit | 9f162e7115031cb42f80db399d63774f479c4125 (patch) | |
tree | 42ece87142f91c22e55202c1bb4dcdd986554e56 /src/widgets | |
parent | 70c7fbd90eb0ace75d759725ba4d0085283f152c (diff) | |
download | openttd-9f162e7115031cb42f80db399d63774f479c4125.tar.xz |
(svn r23827) -Feature [FS#4992]: [NoGo] Allow to chose the goal question window's title from a (small) set of options
Diffstat (limited to 'src/widgets')
-rw-r--r-- | src/widgets/goal_widget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/goal_widget.h b/src/widgets/goal_widget.h index 20422b1cd..2db6021c3 100644 --- a/src/widgets/goal_widget.h +++ b/src/widgets/goal_widget.h @@ -21,6 +21,7 @@ enum GoalListWidgets { /** Widgets of the #GoalQuestionWindow class. */ enum GoalQuestionWidgets { + WID_GQ_CAPTION, ///< Caption of the window. WID_GQ_QUESTION, ///< Question text. WID_GQ_BUTTONS, ///< Buttons selection (between 1, 2 or 3). WID_GQ_BUTTON_1, ///< First button. |