746 |
_("Default key (from the GPG config file) could not be found.\n" |
_("Default key (from the GPG config file) could not be found.\n" |
747 |
"Please check your gpg.conf or set a new default key to correct it:\n\n" |
"Please check your gpg.conf or set a new default key to correct it:\n\n" |
748 |
"%s: public key not found."), p? p : "[null]"); |
"%s: public key not found."), p? p : "[null]"); |
749 |
free_if_alloc (p); |
set_gnupg_default_key (NULL); |
|
DestroyWindow (hwnd); |
|
|
free_gnupg_table (); |
|
|
return 0; |
|
750 |
} |
} |
751 |
if (count_insecure_elgkeys ()) |
if (count_insecure_elgkeys ()) |
752 |
DialogBoxParam (glob_hinst, (LPCTSTR)IDD_WINPT_ELGWARN, glob_hwnd, |
DialogBoxParam (glob_hinst, (LPCTSTR)IDD_WINPT_ELGWARN, glob_hwnd, |