summaryrefslogtreecommitdiff
path: root/init.cpp
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2012-08-18 02:57:13 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2012-08-18 02:57:13 +0300
commiteb9bd73e489c5b7a0e75f1c3140dfbd9b9f29ae4 (patch)
tree14bb5eb14806f7d43cd49411191a71d91d90c244 /init.cpp
parent5bc42bd9a3725e30d9ad5bf4d7cb90779237c9c1 (diff)
modified: init.cpp
modified: new_gpg.vcxproj
Diffstat (limited to 'init.cpp')
-rwxr-xr-xinit.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.cpp b/init.cpp
index d04c437..43f12d5 100755
--- a/init.cpp
+++ b/init.cpp
@@ -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;