diff options
author | George Hazan <george.hazan@gmail.com> | 2014-12-18 15:45:33 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-12-18 15:45:33 +0000 |
commit | d9ecab2dcd4ca334e1923d8c9beadeb3e231a4b8 (patch) | |
tree | 159cf9b74f1351c79339e872d8f032181411c38f /plugins/HistoryStats | |
parent | bf9a197e3e5e22fa01263492574cf27d582bed36 (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 'plugins/HistoryStats')
-rw-r--r-- | plugins/HistoryStats/src/utils.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/HistoryStats/src/utils.cpp b/plugins/HistoryStats/src/utils.cpp index 0d7d617a34..7bf6146b8c 100644 --- a/plugins/HistoryStats/src/utils.cpp +++ b/plugins/HistoryStats/src/utils.cpp @@ -974,8 +974,6 @@ OS OS::m_Data; void Locale::init()
{
- setlocale(LC_ALL, "");
-
m_Data.m_ThousandSep = utils::fromA(localeconv()->thousands_sep).c_str()[0];
m_Data.m_DecimalPoint = utils::fromA(localeconv()->decimal_point).c_str()[0];
m_Data.m_Grouping = localeconv()->grouping;
|