diff options
-rw-r--r-- | src/UIFile.hpp | 3 |
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>(); } |