summaryrefslogtreecommitdiff
path: root/src/settings_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings_gui.cpp')
-rw-r--r--src/settings_gui.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settings_gui.cpp b/src/settings_gui.cpp
index c939d5f64..014a171e9 100644
--- a/src/settings_gui.cpp
+++ b/src/settings_gui.cpp
@@ -586,6 +586,7 @@ void ShowGameDifficulty()
static const char *_patches_ui[] = {
"gui.vehicle_speed",
"gui.status_long_date",
+ "gui.date_format_in_default_names",
"gui.show_finances",
"gui.autoscroll",
"gui.reverse_scroll",
@@ -889,6 +890,7 @@ struct PatchesSelectionWindow : Window {
switch (sdb->cmd) {
case SDT_BOOLX: value ^= 1; break;
+ case SDT_ONEOFMANY:
case SDT_NUMX: {
/* Add a dynamic step-size to the scroller. In a maximum of
* 50-steps you should be able to get from min to max,