summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/dvdomatic.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dvdomatic.cc b/src/tools/dvdomatic.cc
index bab49c2dc..5d944a934 100644
--- a/src/tools/dvdomatic.cc
+++ b/src/tools/dvdomatic.cc
@@ -445,7 +445,7 @@ class App : public wxApp
film.reset (new Film (film_to_load));
film->log()->set_level (log_level);
} catch (exception& e) {
- error_dialog (0, String::compose ("Could not load film %1 (%2)", film_to_load, e.what()));
+ error_dialog (0, std_to_wx (String::compose ("Could not load film %1 (%2)", film_to_load, e.what())));
}
}