summaryrefslogtreecommitdiffstats
path: root/src/UIFile.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/UIFile.hpp')
-rw-r--r--src/UIFile.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/UIFile.hpp b/src/UIFile.hpp
index 55366dc..77cfbef 100644
--- a/src/UIFile.hpp
+++ b/src/UIFile.hpp
@@ -61,8 +61,7 @@ public:
}
std::stringstream ss;
- ss << "Unable to find " << base_name << ".ui in " << loc
- << " or " << PATCHAGE_DATA_DIR << std::endl;
+ ss << "Unable to find " << base_name << std::endl;
throw std::runtime_error(ss.str());
return Glib::RefPtr<Gtk::Builder>();
}