diff options
Diffstat (limited to 'src/ui/ThemeManager.cpp')
-rw-r--r-- | src/ui/ThemeManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/ThemeManager.cpp b/src/ui/ThemeManager.cpp index c1b2167e..a95900b4 100644 --- a/src/ui/ThemeManager.cpp +++ b/src/ui/ThemeManager.cpp @@ -21,7 +21,7 @@ ThemeManager::ThemeManager() { cru::io::GetResourceDir() / "cru/ui/DefaultResources.xml"; if (!std::filesystem::exists(resourses_file)) { - throw Exception(u"Default resources file not found."); + throw Exception("Default resources file not found."); } PrependThemeResourceDictionary( |