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

Diff of /trunk/Src/wptGPGOptDlg.cpp

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

revision 48 by werner, Mon Oct 31 21:14:11 2005 UTC revision 85 by twoaday, Fri Nov 18 07:20:40 2005 UTC
# Line 48  gpgopt_dlg_proc (HWND dlg, UINT msg, WPA Line 48  gpgopt_dlg_proc (HWND dlg, UINT msg, WPA
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;

Legend:
Removed from v.48  
changed lines
  Added in v.85

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26