diff options
Diffstat (limited to 'src/gui/WidgetFactory.cpp')
-rw-r--r-- | src/gui/WidgetFactory.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/WidgetFactory.cpp b/src/gui/WidgetFactory.cpp index 642e3cea..8e7a5ab7 100644 --- a/src/gui/WidgetFactory.cpp +++ b/src/gui/WidgetFactory.cpp @@ -17,7 +17,7 @@ #include <fstream> #include <string> -#include "raul/fmt.hpp" +#include "ingen/Log.hpp" #include "ingen/runtime_paths.hpp" #include "WidgetFactory.hpp" @@ -58,7 +58,7 @@ WidgetFactory::find_ui_file() if (is_readable(ui_filename)) return; - throw std::runtime_error((Raul::fmt("Unable to find ingen_gui.ui in %1%\n") + throw std::runtime_error((fmt("Unable to find ingen_gui.ui in %1%\n") % INGEN_DATA_DIR).str()); } |