summaryrefslogtreecommitdiff
path: root/src/tools/dcpomatic_editor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/dcpomatic_editor.cc')
-rw-r--r--src/tools/dcpomatic_editor.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tools/dcpomatic_editor.cc b/src/tools/dcpomatic_editor.cc
index e02f23b68..1cb79681d 100644
--- a/src/tools/dcpomatic_editor.cc
+++ b/src/tools/dcpomatic_editor.cc
@@ -22,6 +22,7 @@
#include "wx/about_dialog.h"
#include "wx/dcpomatic_spin_ctrl.h"
#include "wx/editable_list.h"
+#include "wx/i18n_setup.h"
#include "wx/id.h"
#include "wx/wx_signal_manager.h"
#include "wx/wx_util.h"
@@ -531,7 +532,7 @@ private:
hasn't yet been called and there aren't any filters etc.
set up yet.
*/
- dcpomatic_setup_i18n ();
+ dcpomatic::wx::setup_i18n();
/* Set things up, including filters etc.
which will now be internationalised correctly.