(svn r23738) -Fix (r23731): forgot to sync the new window with the script API

This commit is contained in:
truebrain
2012-01-03 20:38:41 +00:00
parent a32154eaa0
commit ecb725b34b
4 changed files with 26 additions and 1 deletions

View File

@@ -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.