diff --git a/src/backend/globals.cpp.in b/src/backend/globals.cpp.in index b3f54da2..5ec057fa 100644 --- a/src/backend/globals.cpp.in +++ b/src/backend/globals.cpp.in @@ -37,7 +37,7 @@ namespace loot { //Common paths. const boost::filesystem::path g_path_readme = boost::filesystem::current_path() / "docs" / "LOOT Readme.html"; const boost::filesystem::path g_path_report = boost::filesystem::current_path() / "resources" / "report" / "report.html"; - const boost::filesystem::path g_path_imports = boost::filesystem::current_path() / "resources" / "report" / "html"; + const boost::filesystem::path g_path_imports = boost::filesystem::current_path() / "resources" / "report"; const boost::filesystem::path g_path_l10n = boost::filesystem::current_path() / "resources" / "l10n"; #ifdef _WIN32 const boost::filesystem::path g_path_local = GetLocalAppDataPath() / "LOOT";