Merge branches 'upgrade_airport' and 'vehicle_group_info' into jgrpp

This commit is contained in:
Jonathan G Rennison
2015-08-02 18:17:44 +01:00
7 changed files with 212 additions and 49 deletions

View File

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