From 18fe4f6605f542e1e628013836ffb1e02e20c0f6 Mon Sep 17 00:00:00 2001 From: Rafael Date: Fri, 22 Jul 2016 01:12:17 +0200 Subject: [PATCH] remove setlocale (should not to be need) --- main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.cpp b/main.cpp index 6b60f0d..cdf5536 100755 --- a/main.cpp +++ b/main.cpp @@ -52,8 +52,6 @@ int main(int argc, char *argv[]) a.setApplicationName(GTA5SYNC_APPSTR); a.setApplicationVersion(GTA5SYNC_APPVER); - setlocale(LC_ALL, ""); - #ifdef GTA5SYNC_WIN // Get Windows Font NONCLIENTMETRICS ncm;