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

Diff of /trunk/Src/wptMainProc.cpp

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

revision 185 by twoaday, Mon Mar 20 12:48:52 2006 UTC revision 190 by twoaday, Mon Mar 27 10:05:14 2006 UTC
# Line 45  Line 45 
45  #include "wptCryptdisk.h"  #include "wptCryptdisk.h"
46  #include "wptCardEdit.h"  #include "wptCardEdit.h"
47    
48    
49    void update_keycache (HWND hwnd);
50    
51  static int cmd = 0;  static int cmd = 0;
52  static int wipe_contents = 0;  static int wipe_contents = 0;
53    
# Line 590  winpt_main_proc (HWND hwnd, UINT msg, WP Line 593  winpt_main_proc (HWND hwnd, UINT msg, WP
593              break;              break;
594                            
595          case ID_WINPT_GPGPREFS:          case ID_WINPT_GPGPREFS:
596              dialog_box_param (glob_hinst, (LPCSTR)IDD_WINPT_GPGPREFS, GetDesktopWindow(),              rc = dialog_box_param (glob_hinst, (LPCSTR)IDD_WINPT_GPGPREFS,
597                                gpgprefs_dlg_proc, 0,                                      GetDesktopWindow(), gpgprefs_dlg_proc, 0,
598                                _("GnuPG Preferences"), IDS_WINPT_GPGPREFS);                                _("GnuPG Preferences"), IDS_WINPT_GPGPREFS);
599                if (rc == TRUE)
600                    update_keycache (GetDesktopWindow ());
601              break;              break;
602    
603              /*              /*

Legend:
Removed from v.185  
changed lines
  Added in v.190

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26