From 69c525336f25083947d9f246de16fb83f73ce9d8 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Wed, 27 Oct 2010 18:31:17 +0300 Subject: working on autoexchange, reworking prescense, other fings, trying to avoid db usage, using memory for temporary data instead --- options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'options.cpp') diff --git a/options.cpp b/options.cpp index 948e5ac..d2a106b 100644 --- a/options.cpp +++ b/options.cpp @@ -235,7 +235,7 @@ static BOOL CALLBACK DlgProcGpgOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARA } } if(!keep) - if(MessageBox(0, _T("This key not used by any contact, do you want to remove it from publick keyring ?"), _T("Key info"), MB_YESNO) == IDYES) + if(MessageBox(0, _T("This key not used by any contact, do you want to remove it from public keyring ?"), _T("Key info"), MB_YESNO) == IDYES) { wstring cmd; string output; -- cgit v1.2.3