48 |
if (!optbuf) |
if (!optbuf) |
49 |
dlg_fatal_error (dlg, _("Could not load GnuPG config file!")); |
dlg_fatal_error (dlg, _("Could not load GnuPG config file!")); |
50 |
SetDlgItemText (dlg, IDC_GPGOPT_FILE, optbuf); |
SetDlgItemText (dlg, IDC_GPGOPT_FILE, optbuf); |
|
#ifndef LANG_DE |
|
51 |
SetWindowText (dlg, _("GnuPG Configuration File" )); |
SetWindowText (dlg, _("GnuPG Configuration File" )); |
52 |
SetDlgItemText (dlg, IDC_GPGOPT_SAVE, _("&Save")); |
SetDlgItemText (dlg, IDC_GPGOPT_SAVE, _("&Save")); |
53 |
SetDlgItemText (dlg, IDC_GPGOPT_LOAD, _("&Load")); |
SetDlgItemText (dlg, IDC_GPGOPT_LOAD, _("&Load")); |
|
#endif |
|
54 |
free_if_alloc( optbuf ); |
free_if_alloc( optbuf ); |
55 |
SetForegroundWindow( dlg ); |
SetForegroundWindow( dlg ); |
56 |
return TRUE; |
return TRUE; |