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