diff src/settings_gui.cpp @ 10535:7af21a64b4a4 draft

(svn r14792) -Feature: make the date format for default savegame/screenshot names configurable
author rubidium <rubidium@openttd.org>
date Sat, 03 Jan 2009 00:58:59 +0000
parents d33755b6159a
children 99847a2606d5
line wrap: on
line diff
--- a/src/settings_gui.cpp
+++ b/src/settings_gui.cpp
@@ -586,6 +586,7 @@
 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 @@
 
 					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,