(svn r25370) -Fix: Make the prefix for widget constants unique for the goal list window

This commit is contained in:
zuu
2013-06-09 13:17:20 +00:00
parent 88e4221d5a
commit be27dce443
4 changed files with 24 additions and 24 deletions

View File

@@ -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. */