diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2011-11-03 07:38:25 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2011-11-03 07:38:25 +0200 |
commit | 16a477058f150f46a99e2f60cd51502c04a1ed9c (patch) | |
tree | 7ae158407557ce884316c97364a7aeed35466ce3 /init.cpp | |
parent | ae82ea7b5c3177c8ad6934a01985a17603162972 (diff) |
fixed default password loading
Diffstat (limited to 'init.cpp')
-rwxr-xr-x[-rw-r--r--] | init.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -91,6 +91,7 @@ void init_vars() outclosetag = UniGetContactSettingUtf(NULL, szGPGModuleName, "szOutCloseTag", _T("</GPGenc>"));
bDebugLog = DBGetContactSettingByte(NULL, szGPGModuleName, "bDebugLog", 0);
bAutoExchange = DBGetContactSettingByte(NULL, szGPGModuleName, "bAutoExchange", 0);
+ password = UniGetContactSettingUtf(NULL, szGPGModuleName, "szKeyPassword", _T(""));
debuglog.init();
bJabberAPI = DBGetContactSettingByte(NULL, szGPGModuleName, "bJabberAPI", bIsMiranda09?1:0);
bFileTransfers = DBGetContactSettingByte(NULL, szGPGModuleName, "bFileTransfers", 1);
|