diff options
author | truebrain <truebrain@openttd.org> | 2012-01-03 20:38:41 +0000 |
---|---|---|
committer | truebrain <truebrain@openttd.org> | 2012-01-03 20:38:41 +0000 |
commit | ecb725b34b1b2772c67270a07d7b416c0752e7ce (patch) | |
tree | c00126c4ff53ee84339c54ff66ccaa8ef4c1c961 /src/widgets | |
parent | a32154eaa00e7beb5e6b52cfc1c21ba1d72607a1 (diff) | |
download | openttd-ecb725b34b1b2772c67270a07d7b416c0752e7ce.tar.xz |
(svn r23738) -Fix (r23731): forgot to sync the new window with the script API
Diffstat (limited to 'src/widgets')
-rw-r--r-- | src/widgets/goal_widget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/goal_widget.h b/src/widgets/goal_widget.h index bacdcc55c..20422b1cd 100644 --- a/src/widgets/goal_widget.h +++ b/src/widgets/goal_widget.h @@ -22,7 +22,7 @@ enum GoalListWidgets { /** Widgets of the #GoalQuestionWindow class. */ enum GoalQuestionWidgets { WID_GQ_QUESTION, ///< Question text. - WID_GQ_BUTTONS, ///< Buttons selection (between 2 or 3). + WID_GQ_BUTTONS, ///< Buttons selection (between 1, 2 or 3). WID_GQ_BUTTON_1, ///< First button. WID_GQ_BUTTON_2, ///< Second button. WID_GQ_BUTTON_3, ///< Third button. |