mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
use converted widechars in ini importer
This commit is contained in:
parent
cd990a665a
commit
b4950509bc
2 changed files with 33 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue