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 |
|
|
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 |
/* |
/* |