From 377ce6c5bf1bc98087a83cd906dd14223668acef Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 8 Feb 2009 12:25:13 +0000 Subject: (svn r15410) -Cleanup: get rid of most of the references to the 'patches' except where it's used for backward compatability. --- src/timetable_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/timetable_gui.cpp') diff --git a/src/timetable_gui.cpp b/src/timetable_gui.cpp index e764c5141..f9bed59ed 100644 --- a/src/timetable_gui.cpp +++ b/src/timetable_gui.cpp @@ -282,7 +282,7 @@ struct TimetableWindow : Window { if (time != 0) { SetDParam(0, time); - current = STR_CONFIG_PATCHES_INT32; + current = STR_CONFIG_SETTING_INT32; } } -- cgit v1.2.3-54-g00ecf