summaryrefslogtreecommitdiff
path: root/options.cpp
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-10-27 18:31:17 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2010-10-27 18:31:17 +0300
commit69c525336f25083947d9f246de16fb83f73ce9d8 (patch)
tree8d051cbb06adce004173d1b3a69377b483c1c401 /options.cpp
parent1f4c1f489f05bb135c8df93d40db9bb624be969d (diff)
working on autoexchange, reworking prescense, other fings, trying to avoid db usage, using memory for temporary data instead
Diffstat (limited to 'options.cpp')
-rw-r--r--options.cpp2
1 files changed, 1 insertions, 1 deletions
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;