Merge pull request #6022

b74dcb3 Separate CTranslationInterface from CClientUIInterface (Jorge Timón)
This commit is contained in:
Wladimir J. van der Laan 2015-04-30 16:34:45 +02:00
commit 8a10000222
No known key found for this signature in database
GPG key ID: 74810B012346C9A6
11 changed files with 24 additions and 23 deletions

View file

@ -109,6 +109,7 @@ string strMiscWarning;
bool fLogTimestamps = false;
bool fLogIPs = false;
volatile bool fReopenDebugLog = false;
CTranslationInterface translationInterface;
/** Init OpenSSL library multithreading support */
static CCriticalSection** ppmutexOpenSSL;