Feature: Add a button to the vehicle advisory news window to open the group window.

This commit is contained in:
stormcone
2019-07-22 22:16:41 +02:00
committed by Charles Pigott
parent cc1d72c3a3
commit 798e9ee93e
5 changed files with 54 additions and 0 deletions

View File

@@ -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. */