(svn r16930) -Codechange: more StringID name unification and grouping

This commit is contained in:
rubidium
2009-07-23 19:31:50 +00:00
parent 2a5982b836
commit 4874578e79
68 changed files with 822 additions and 912 deletions

View File

@@ -282,7 +282,7 @@ struct TimetableWindow : Window {
if (time != 0) {
SetDParam(0, time);
current = STR_CONFIG_SETTING_INT32;
current = STR_JUST_INT;
}
}