71 |
SetDlgItemText( dlg, IDC_GPGPREFS_LOCALINF, |
SetDlgItemText( dlg, IDC_GPGPREFS_LOCALINF, |
72 |
_("Locale directory (to access the translation files)") ); |
_("Locale directory (to access the translation files)") ); |
73 |
SetDlgItemText (dlg, IDC_GPGPREFS_ASKLEVEL, _("Ask for the signature class during key sign")); |
SetDlgItemText (dlg, IDC_GPGPREFS_ASKLEVEL, _("Ask for the signature class during key sign")); |
74 |
|
SetDlgItemText (dlg, IDC_GPGPREFS_CMTINF, _("Comment in armored files")); |
75 |
|
SetDlgItemText (dlg, IDC_GPGPREFS_ENCINF, _("Encrypt to this key")); |
76 |
|
|
77 |
for( n=0; (s = opts[n].name); n++ ) { |
for( n=0; (s = opts[n].name); n++ ) { |
78 |
p = get_reg_entry_gpg( s ); |
p = get_reg_entry_gpg( s ); |
79 |
if( p ) { |
if( p ) { |