diff options
author | peter1138 <peter1138@openttd.org> | 2017-03-24 07:33:31 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2017-03-24 07:33:31 +0000 |
commit | 19d56a33e8842fb5e6b5f028c3d8050405af2c1a (patch) | |
tree | ac0c5fb47fd13f1a32c3f83db71da9850ba7fee8 /src/widgets | |
parent | bcc5c9f81d2c3fb3f31ba1dce647c7974d46cbd2 (diff) | |
download | openttd-19d56a33e8842fb5e6b5f028c3d8050405af2c1a.tar.xz |
(svn r27822) -Feature: Vehicle Group Info: Add profits and occupancy display to group vehicle list (mtm, JGR)
Diffstat (limited to 'src/widgets')
-rw-r--r-- | src/widgets/group_widget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/group_widget.h b/src/widgets/group_widget.h index bd0d90486..41e0bcd45 100644 --- a/src/widgets/group_widget.h +++ b/src/widgets/group_widget.h @@ -32,6 +32,7 @@ enum GroupListWidgets { WID_GL_DELETE_GROUP, ///< Delete group button. WID_GL_RENAME_GROUP, ///< Rename group button. WID_GL_REPLACE_PROTECTION, ///< Replace protection button. + WID_GL_INFO, ///< Group info. }; #endif /* WIDGETS_GROUP_WIDGET_H */ |