From 613a2859f5f045c6c672aea35ba2ad757eef5a1b Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Fri, 7 Nov 2014 15:55:18 +0000 Subject: [PATCH] Updated import path to work with bower files. --- src/backend/globals.cpp.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";