summaryrefslogtreecommitdiff
path: root/src/widgets
diff options
context:
space:
mode:
authorzuu <zuu@openttd.org>2013-06-09 13:37:04 +0000
committerzuu <zuu@openttd.org>2013-06-09 13:37:04 +0000
commita724a9924bb4b489370befce7dcf3c3a39c310bb (patch)
tree2b0ad43413ed781b6b39a6db02119431b88ac32d /src/widgets
parentf9b08b1aecd1ba492125ddadc87ac8836c9fd8eb (diff)
downloadopenttd-a724a9924bb4b489370befce7dcf3c3a39c310bb.tar.xz
(svn r25376) -Feature: Allow access to goal list and story book of other companies than your own
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/toolbar_widget.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widgets/toolbar_widget.h b/src/widgets/toolbar_widget.h
index a65674e64..6ede3ad63 100644
--- a/src/widgets/toolbar_widget.h
+++ b/src/widgets/toolbar_widget.h
@@ -24,6 +24,8 @@ enum ToolbarNormalWidgets {
WID_TN_STATIONS, ///< Station menu.
WID_TN_FINANCES, ///< Finance menu.
WID_TN_COMPANIES, ///< Company menu.
+ WID_TN_STORY, ///< Story menu.
+ WID_TN_GOAL, ///< Goal menu.
WID_TN_GRAPHS, ///< Graph menu.
WID_TN_LEAGUE, ///< Company league menu.
WID_TN_INDUSTRIES, ///< Industry menu.