From a4cddc3e082e2bba80644792b2f6623979328e65 Mon Sep 17 00:00:00 2001 From: zuu Date: Sun, 26 May 2013 19:54:43 +0000 Subject: (svn r25296) -Feature: Goals can now have a progress text and/or be marked as completed. --- src/widgets/goal_widget.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/widgets/goal_widget.h') 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. */ -- cgit v1.2.3-54-g00ecf