diff options
author | alberth <alberth@openttd.org> | 2014-05-24 19:15:57 +0000 |
---|---|---|
committer | alberth <alberth@openttd.org> | 2014-05-24 19:15:57 +0000 |
commit | 1feba55f0f5c556f494384cba9a966c9efae2d15 (patch) | |
tree | 4ca0fd312e87342701794fc24d261870d3191df3 /src/widgets | |
parent | 3c9d3f5ecd4c366369e033ba303dd52a2b32cc9c (diff) | |
download | openttd-1feba55f0f5c556f494384cba9a966c9efae2d15.tar.xz |
(svn r26613) -Feature: Upgrade currently active newgrfs to newest installed version.
Diffstat (limited to 'src/widgets')
-rw-r--r-- | src/widgets/newgrf_widget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/newgrf_widget.h b/src/widgets/newgrf_widget.h index c0c00ed8b..271b6669a 100644 --- a/src/widgets/newgrf_widget.h +++ b/src/widgets/newgrf_widget.h @@ -39,6 +39,7 @@ enum NewGRFStateWidgets { WID_NS_REMOVE, ///< Remove NewGRF from active list. WID_NS_MOVE_UP, ///< Move NewGRF up in active list. WID_NS_MOVE_DOWN, ///< Move NewGRF down in active list. + WID_NS_UPGRADE, ///< Upgrade NewGRFs that have a newer version available. WID_NS_FILTER, ///< Filter list of available NewGRFs. WID_NS_FILE_LIST, ///< List window of active NewGRFs. WID_NS_SCROLLBAR, ///< Scrollbar for active NewGRF list. |