diff options
author | stormcone <48624099+stormcone@users.noreply.github.com> | 2019-07-22 22:16:41 +0200 |
---|---|---|
committer | Charles Pigott <charlespigott@googlemail.com> | 2019-12-23 18:04:10 +0000 |
commit | 798e9ee93e1189586d72201abab7caccc3fb6bdc (patch) | |
tree | b45c303244fed4aee881494127bd3bc16ff0cc63 /src/widgets | |
parent | cc1d72c3a370f3c9a13e8722f8d69f5735b95285 (diff) | |
download | openttd-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.h | 1 |
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. */ |