(svn r26613) -Feature: Upgrade currently active newgrfs to newest installed version.

This commit is contained in:
alberth
2014-05-24 19:15:57 +00:00
parent e333f0e9ef
commit c24998e79f
5 changed files with 71 additions and 0 deletions

View File

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