summaryrefslogtreecommitdiff
path: root/src/widgets
diff options
context:
space:
mode:
authorstormcone <48624099+stormcone@users.noreply.github.com>2019-07-22 22:16:41 +0200
committerCharles Pigott <charlespigott@googlemail.com>2019-12-23 18:04:10 +0000
commit798e9ee93e1189586d72201abab7caccc3fb6bdc (patch)
treeb45c303244fed4aee881494127bd3bc16ff0cc63 /src/widgets
parentcc1d72c3a370f3c9a13e8722f8d69f5735b95285 (diff)
downloadopenttd-798e9ee93e1189586d72201abab7caccc3fb6bdc.tar.xz
Feature: Add a button to the vehicle advisory news window to open the group window.
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/news_widget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/news_widget.h b/src/widgets/news_widget.h
index 23a66c8af..e5b893443 100644
--- a/src/widgets/news_widget.h
+++ b/src/widgets/news_widget.h
@@ -31,6 +31,7 @@ enum NewsWidgets {
WID_N_VEH_NAME, ///< Name of the new vehicle.
WID_N_VEH_SPR, ///< Graphical display of the new vehicle.
WID_N_VEH_INFO, ///< Some technical data of the new vehicle.
+ WID_N_SHOW_GROUP, ///< Show vehicle's group
};
/** Widgets of the #MessageHistoryWindow class. */