summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-12-18 15:45:33 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-12-18 15:45:33 +0000
commitd9ecab2dcd4ca334e1923d8c9beadeb3e231a4b8 (patch)
tree159cf9b74f1351c79339e872d8f032181411c38f /protocols
parentbf9a197e3e5e22fa01263492574cf27d582bed36 (diff)
various calls of setlocale removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@11513 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-rw-r--r--protocols/JabberG/src/jabber.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/JabberG/src/jabber.cpp b/protocols/JabberG/src/jabber.cpp
index be7998f392..4548bb4d0f 100644
--- a/protocols/JabberG/src/jabber.cpp
+++ b/protocols/JabberG/src/jabber.cpp
@@ -198,8 +198,6 @@ extern "C" int __declspec(dllexport) Load()
CallService(MS_UTILS_GETCOUNTRYLIST, (WPARAM)&g_cbCountries, (LPARAM)&g_countries);
- setlocale(LC_ALL, "");
-
hExtListInit = CreateHookableEvent(ME_JABBER_EXTLISTINIT);
hDiscoInfoResult = CreateHookableEvent(ME_JABBER_SRVDISCOINFO);