use converted widechars in ini importer

This commit is contained in:
greye 2014-01-14 23:30:56 +04:00
parent cd990a665a
commit b4950509bc
2 changed files with 33 additions and 1 deletions

View file

@ -27,7 +27,7 @@ namespace Files
WindowsPath::WindowsPath(const std::string& application_name)
: mName(application_name)
{
boost::filesystem::path::imbue(boost::locale::generator.generate(""));
boost::filesystem::path::imbue(boost::locale::generator().generate(""));
}
boost::filesystem::path WindowsPath::getUserConfigPath() const