(svn r5944) -Merge TGP (r5578, r5579, r5724, r5726): -Feature: filter for textboxes to only
allow certain patterns (like numbers only)
This commit is contained in:
@@ -675,7 +675,7 @@ static void StationViewWndProc(Window *w, WindowEvent *e)
|
||||
|
||||
case 9: {
|
||||
SetDParam(0, w->window_number);
|
||||
ShowQueryString(STR_STATION, STR_3030_RENAME_STATION_LOADING, 31, 180, w->window_class, w->window_number);
|
||||
ShowQueryString(STR_STATION, STR_3030_RENAME_STATION_LOADING, 31, 180, w->window_class, w->window_number, CS_ALPHANUMERAL);
|
||||
} break;
|
||||
|
||||
case 10: { /* Show a list of scheduled trains to this station */
|
||||
|
||||
Reference in New Issue
Block a user