r18841@cathode-dark-space: jaltman | 2006-11-17 18:24:59 -0500
ticket: new
subject: one more commit for kfw 3.1 beta 4
tags: pullup
- when the krb5 prompter callback function is called,
set the focus to the first input field provided by
the caller.
ticket: 4803
version_fixed: 1.4.5
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-4@18845
dc483132-0cff-0310-8789-
dd5450dbe970
y += dy;\r
}\r
\r
+ if (d->nc->n_prompts > 0 &&\r
+ d->nc->prompts[0]->hwnd_edit) {\r
+\r
+ SetFocus(d->nc->prompts[0]->hwnd_edit);\r
+\r
+ }\r
+\r
SelectObject(hdc, hfold);\r
ReleaseDC(d->dlg_main, hdc);\r
\r