170 |
SendMessage (lb, LB_ADDSTRING, 0, (LPARAM)(LPCSTR)t->addr); |
SendMessage (lb, LB_ADDSTRING, 0, (LPARAM)(LPCSTR)t->addr); |
171 |
} |
} |
172 |
SetWindowText (dlg, _("Select Recipient for Encryption")); |
SetWindowText (dlg, _("Select Recipient for Encryption")); |
173 |
SetForegroundWindow (dlg); |
SetForegroundWindow (dlg); |
174 |
} |
} |
175 |
|
|
176 |
|
|
190 |
ctx = (plugin_ctx_t)lparam; |
ctx = (plugin_ctx_t)lparam; |
191 |
assert (ctx); |
assert (ctx); |
192 |
on_init_dialog (dlg, msg, wparam, lparam); |
on_init_dialog (dlg, msg, wparam, lparam); |
193 |
|
center_window (dlg, ctx->main_wnd); |
194 |
return TRUE; |
return TRUE; |
195 |
|
|
196 |
case WM_NOTIFY: |
case WM_NOTIFY: |