Parent Directory
|
Revision Log
|
Patch
revision 22 by twoaday, Wed Aug 10 11:33:35 2005 UTC | revision 23 by twoaday, Fri Sep 30 10:10:16 2005 UTC | |
---|---|---|
# | Line 91 gpgprefs_dlg_proc (HWND dlg, UINT msg, W | Line 91 gpgprefs_dlg_proc (HWND dlg, UINT msg, W |
91 | if( opt && (e=find_option( opt, "encrypt-to" )) ) | if( opt && (e=find_option( opt, "encrypt-to" )) ) |
92 | SetDlgItemText( dlg, IDC_GPGPREFS_ENCTO, e->val ); | SetDlgItemText( dlg, IDC_GPGPREFS_ENCTO, e->val ); |
93 | } | } |
94 | center_window( dlg ); | center_window( dlg, NULL ); |
95 | SetForegroundWindow( dlg ); | SetForegroundWindow( dlg ); |
96 | return TRUE; | return TRUE; |
97 |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |