diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-15 13:30:10 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-15 13:30:10 +0300 |
commit | 069250918284b12d42e4e2f4102dd2dbfba18e15 (patch) | |
tree | 6dae5a8c3cd97bd9058521ee60c8c501f0eb9f89 /options.cpp | |
parent | 86cafe5f5e47960cb8962fd555612aeb2d288285 (diff) |
modified: commonheaders.h
modified: init.cpp
modified: main.cpp
modified: messages.cpp
modified: options.cpp
Diffstat (limited to 'options.cpp')
-rw-r--r-- | options.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options.cpp b/options.cpp index 364bfc2..41a9de2 100644 --- a/options.cpp +++ b/options.cpp @@ -521,6 +521,7 @@ static BOOL CALLBACK DlgProcLoadPublicKey(HWND hwndDlg,UINT msg,WPARAM wParam,LP break;
}
cp866_to_cp1251(&output);
+ DBDeleteContactSetting(new_key_hcnt, szModuleName, "bAlwatsTrust");
{
string::size_type s = output.find("gpg: key ") + strlen("gpg: key ");
string::size_type s2 = output.find(":", s);
|