diff --git a/src/widgets/goal_widget.h b/src/widgets/goal_widget.h --- a/src/widgets/goal_widget.h +++ b/src/widgets/goal_widget.h @@ -15,9 +15,9 @@ /** Widgets of the #GoalListWindow class. */ enum GoalListWidgets { - 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. + 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. }; /** Widgets of the #GoalQuestionWindow class. */