diff options
Diffstat (limited to 'src/widgets')
-rw-r--r-- | src/widgets/goal_widget.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/widgets/goal_widget.h b/src/widgets/goal_widget.h index 56f621f0f..388930a10 100644 --- a/src/widgets/goal_widget.h +++ b/src/widgets/goal_widget.h @@ -16,8 +16,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_LIST, ///< Goal list. WID_GOAL_SCROLLBAR, ///< Scrollbar of the goal list. }; |