1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-22 05:59:10 +00:00

(svn r14531) -Fix (r12425): OSK accessed wrong widgets of password query window.

This commit is contained in:
frosch
2008-10-25 15:25:52 +00:00
parent ac281ed35c
commit fd049f0a64

View File

@@ -1892,7 +1892,7 @@ struct NetworkCompanyPasswordWindow : public QueryStringBaseWindow {
break;
case NCPWW_PASSWORD:
ShowOnScreenKeyboard(this, NCPWW_PASSWORD, 2, 1);
ShowOnScreenKeyboard(this, NCPWW_PASSWORD, NCPWW_CANCEL, NCPWW_OK);
break;
}
}