diff options
author | damfr <damfr@users.noreply.github.com> | 2018-11-25 20:54:25 +0100 |
---|---|---|
committer | Michael Lutz <michi@icosahedron.de> | 2018-11-25 20:54:25 +0100 |
commit | 868c6f924a035779316c4875bc407c0290a0ebc6 (patch) | |
tree | 36010e9ac6383dd4fafbceef3192f1082ca540f4 /src/widgets | |
parent | af4a21bd827b1baf05cdb53973b4701464f6e2f0 (diff) | |
download | openttd-868c6f924a035779316c4875bc407c0290a0ebc6.tar.xz |
Add: Filter box to the save and load windows (#6974)
Save and heightmap names can be filtered.
Diffstat (limited to 'src/widgets')
-rw-r--r-- | src/widgets/fios_widget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/fios_widget.h b/src/widgets/fios_widget.h index c94655d76..2351f8035 100644 --- a/src/widgets/fios_widget.h +++ b/src/widgets/fios_widget.h @@ -17,6 +17,7 @@ enum SaveLoadWidgets { WID_SL_CAPTION, ///< Caption of the window. WID_SL_SORT_BYNAME, ///< Sort by name button. WID_SL_SORT_BYDATE, ///< Sort by date button. + WID_SL_FILTER, ///< Filter list of files WID_SL_BACKGROUND, ///< Background of window. WID_SL_FILE_BACKGROUND, ///< Background of file selection. WID_SL_HOME_BUTTON, ///< Home button. |