summaryrefslogtreecommitdiff
path: root/src/widgets/goal_widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/goal_widget.h')
-rw-r--r--src/widgets/goal_widget.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/widgets/goal_widget.h b/src/widgets/goal_widget.h
index 2db6021c3..8fe038599 100644
--- a/src/widgets/goal_widget.h
+++ b/src/widgets/goal_widget.h
@@ -15,8 +15,9 @@
/** Widgets of the #GoalListWindow class. */
enum GoalListWidgets {
- WID_GL_PANEL, ///< Panel of the window.
- WID_GL_SCROLLBAR, ///< Scrollbar of the panel.
+ WID_GL_GOAL, ///< Goal text column of the goal list.
+ WID_GL_PROGRESS, ///< Goal progress column of the goal list.
+ WID_GL_SCROLLBAR, ///< Scrollbar of the goal list.
};
/** Widgets of the #GoalQuestionWindow class. */