Parent Directory
|
Revision Log
|
Patch
revision 48 by werner, Mon Oct 31 21:14:11 2005 UTC | revision 105 by twoaday, Wed Nov 30 10:22:00 2005 UTC | |
---|---|---|
# | Line 62 http_dlg_proc (HWND dlg, UINT msg, WPARA | Line 62 http_dlg_proc (HWND dlg, UINT msg, WPARA |
62 | SetWindowText (dlg, ctx->desc); | SetWindowText (dlg, ctx->desc); |
63 | if (ctx->title != NULL) | if (ctx->title != NULL) |
64 | SetDlgItemText (dlg, IDC_HTTP_TITLE, ctx->title); | SetDlgItemText (dlg, IDC_HTTP_TITLE, ctx->title); |
65 | SetDlgItemText (dlg, IDCANCEL, _("&Cancel")); | |
66 | SetForegroundWindow (dlg); | SetForegroundWindow (dlg); |
67 | break; | break; |
68 |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |