diff options
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;
|