diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2012-08-18 02:57:13 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2012-08-18 02:57:13 +0300 |
commit | eb9bd73e489c5b7a0e75f1c3140dfbd9b9f29ae4 (patch) | |
tree | 14bb5eb14806f7d43cd49411191a71d91d90c244 /init.cpp | |
parent | 5bc42bd9a3725e30d9ad5bf4d7cb90779237c9c1 (diff) |
modified: init.cpp
modified: new_gpg.vcxproj
Diffstat (limited to 'init.cpp')
-rwxr-xr-x | init.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ //global variables
bool bAppendTags = false, bDebugLog = false, bJabberAPI = false, bPresenceSigning = false, bIsMiranda09 = false, bMetaContacts = false, bFileTransfers = false, bAutoExchange = false, bStripTags = false, tabsrmm_used = false;
TCHAR *inopentag = NULL, *inclosetag = NULL, *outopentag = NULL, *outclosetag = NULL, *password = NULL;
+int hLangpack = 0;
list <JabberAccount*> Accounts;
|