From 8091df1285c1b9f78e612cb49a00f343f5b355a8 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Tue, 17 Aug 2010 21:04:39 +0300 Subject: modified: commonheaders.h modified: main.cpp modified: utilities.cpp --- main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp index bb4f88c..1dc3ef8 100644 --- a/main.cpp +++ b/main.cpp @@ -165,6 +165,7 @@ static BOOL CALLBACK DlgProcFirstRun(HWND hwndDlg,UINT msg,WPARAM wParam,LPARAM } DBWriteContactSettingString(NULL, szGPGModuleName, "GPGPubKey", out.c_str()); } + DBWriteContactSettingTString(NULL, szGPGModuleName, "KeyID", fp); TCHAR passwd[64]; GetDlgItemText(hwndDlg, IDC_KEY_PASSWORD, passwd, 64); if(_tcslen(passwd) > 0) -- cgit v1.2.3