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 3ad726785..56f621f0f 100644 --- a/src/widgets/goal_widget.h +++ b/src/widgets/goal_widget.h @@ -15,6 +15,7 @@ /** Widgets of the #GoalListWindow class. */ enum GoalListWidgets { + WID_GOAL_CAPTION, ///< Caption of the window. WID_GOAL_GOAL, ///< Goal text column of the goal list. WID_GOAL_PROGRESS, ///< Goal progress column of the goal list. WID_GOAL_SCROLLBAR, ///< Scrollbar of the goal list. |