summaryrefslogtreecommitdiff
path: root/src/widgets
diff options
context:
space:
mode:
authorzuu <zuu@openttd.org>2013-06-09 13:23:03 +0000
committerzuu <zuu@openttd.org>2013-06-09 13:23:03 +0000
commiteaede14b8f2de17bb5eb32959b876c3c956590c4 (patch)
tree8b8e5e34a4ca072c50992bacc3f24f008eb625c3 /src/widgets
parentbfc8980c093130244a03169da0262961fea60f7e (diff)
downloadopenttd-eaede14b8f2de17bb5eb32959b876c3c956590c4.tar.xz
(svn r25372) -Add: Allow opening a goal list window specific to a company
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/goal_widget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/goal_widget.h b/src/widgets/goal_widget.h
index 3ad726785..56f621f0f 100644
--- a/src/widgets/goal_widget.h
+++ b/src/widgets/goal_widget.h
@@ -15,6 +15,7 @@
/** Widgets of the #GoalListWindow class. */
enum GoalListWidgets {
+ WID_GOAL_CAPTION, ///< Caption of the window.
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.