summaryrefslogtreecommitdiff
path: root/src/tools/dcpomatic_editor.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-05-25 14:22:30 +0200
committerCarl Hetherington <cth@carlh.net>2025-05-27 09:36:37 +0200
commit5661c34574fdac778dba0e3c3503f5792c41bb3c (patch)
treebd1022ef2dae2abe880714123bfebdb868edc91b /src/tools/dcpomatic_editor.cc
parenta8f06a40096a0cbd56c42602f8dc1ce4857af0d8 (diff)
Move i18n setup into 3 separate platform files.
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.