Parent Directory
|
Revision Log
|
Patch
revision 2 by twoaday, Mon Jan 31 11:02:21 2005 UTC | revision 6 by twoaday, Mon Apr 4 06:59:24 2005 UTC | |
---|---|---|
# | Line 237 clip_import_dlg_proc( HWND dlg, UINT msg | Line 237 clip_import_dlg_proc( HWND dlg, UINT msg |
237 | err = gpgme_op_clip_import( ctrl, selkeys, import_res ); | err = gpgme_op_clip_import( ctrl, selkeys, import_res ); |
238 | if( err ) { | if( err ) { |
239 | ctrl = 0; | ctrl = 0; |
240 | if( err == GPGME_Interal_GPG_Problem ) | if( err == GPGME_Internal_GPG_Problem ) |
241 | gnupg_display_error (); | gnupg_display_error (); |
242 | else | else |
243 | msg_box( dlg, gpgme_strerror( err ), _("Import"), MB_ERR ); | msg_box( dlg, gpgme_strerror( err ), _("Import"), MB_ERR ); |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |