(svn r25024) -Feature: Searching of (missing) content via GrfCrawler.

This commit is contained in:
frosch
2013-02-18 19:30:24 +00:00
parent 58a2b66316
commit 9f3f153e70
5 changed files with 96 additions and 11 deletions

View File

@@ -45,6 +45,7 @@ enum NetworkContentListWidgets {
WID_NCL_DOWNLOAD, ///< 'Download' button.
WID_NCL_SEL_ALL_UPDATE, ///< #NWID_SELECTION widget for select all/update buttons..
WID_NCL_SEARCH_EXTERNAL, ///< Search external sites for missing NewGRF.
};
#endif /* WIDGETS_NETWORK_CONTENT_WIDGET_H */