/[winpt]/trunk/Src/wptGPGPrefsDlg.cpp
ViewVC logotype

Diff of /trunk/Src/wptGPGPrefsDlg.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 77 by twoaday, Mon Nov 14 15:01:01 2005 UTC revision 78 by twoaday, Tue Nov 15 08:54:44 2005 UTC
# Line 71  gpgprefs_dlg_proc (HWND dlg, UINT msg, W Line 71  gpgprefs_dlg_proc (HWND dlg, UINT msg, W
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 ) {

Legend:
Removed from v.77  
changed lines
  Added in v.78

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26