From 606f4defdca281a3f918c9525dbd4d525ad11131 Mon Sep 17 00:00:00 2001 From: smatz Date: Mon, 15 Sep 2008 16:29:40 +0000 Subject: (svn r14331) -Codechange: use an enum as additional parameter for ShowQueryString() --- 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 e227b2e6c..895b50fa6 100644 --- a/src/timetable_gui.cpp +++ b/src/timetable_gui.cpp @@ -231,7 +231,7 @@ struct TimetableWindow : Window { } } - ShowQueryString(current, STR_TIMETABLE_CHANGE_TIME, 31, 150, this, CS_NUMERAL); + ShowQueryString(current, STR_TIMETABLE_CHANGE_TIME, 31, 150, this, CS_NUMERAL, QSF_NONE); } break; case TTV_CLEAR_TIME: { /* Clear waiting time button. */ -- cgit v1.2.3-70-g09d2