(svn r25372) -Add: Allow opening a goal list window specific to a company

This commit is contained in:
zuu
2013-06-09 13:23:03 +00:00
parent f1e25d82ff
commit 92f25b4f8a
7 changed files with 30 additions and 11 deletions

View File

@@ -1339,6 +1339,7 @@ public:
/* automatically generated from ../../widgets/goal_widget.h */
/** Widgets of the #GoalListWindow class. */
enum GoalListWidgets {
WID_GOAL_CAPTION = ::WID_GOAL_CAPTION, ///< Caption of the window.
WID_GOAL_GOAL = ::WID_GOAL_GOAL, ///< Goal text column of the goal list.
WID_GOAL_PROGRESS = ::WID_GOAL_PROGRESS, ///< Goal progress column of the goal list.
WID_GOAL_SCROLLBAR = ::WID_GOAL_SCROLLBAR, ///< Scrollbar of the goal list.