1
0
Fork 0

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

release/0.7
frosch 2008-10-25 15:25:52 +00:00
parent ac281ed35c
commit fd049f0a64
1 changed files with 1 additions and 1 deletions

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;
}
}