diff --git a/src/gui/app.cpp b/src/gui/app.cpp index 4c7c4929..525d3fe8 100644 --- a/src/gui/app.cpp +++ b/src/gui/app.cpp @@ -133,7 +133,6 @@ namespace loot { //Boost.Locale initialisation: Generate and imbue locales. locale::global(gen(Language(Language::english).Locale() + ".UTF-8")); - cout.imbue(locale()); boost::filesystem::path::imbue(locale()); // Check if the LOOT local app data folder exists, and create it if not. @@ -204,7 +203,6 @@ namespace loot { //Boost.Locale initialisation: Generate and imbue locales. locale::global(gen(lang.Locale() + ".UTF-8")); - cout.imbue(locale()); boost::filesystem::path::imbue(locale()); }