diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-05-25 14:22:30 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-05-27 09:36:37 +0200 |
| commit | 5661c34574fdac778dba0e3c3503f5792c41bb3c (patch) | |
| tree | bd1022ef2dae2abe880714123bfebdb868edc91b /src/tools/dcpomatic.cc | |
| parent | a8f06a40096a0cbd56c42602f8dc1ce4857af0d8 (diff) | |
Move i18n setup into 3 separate platform files.
Diffstat (limited to 'src/tools/dcpomatic.cc')
| -rw-r--r-- | src/tools/dcpomatic.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc index b3b3d1c87..4ab9c03ed 100644 --- a/src/tools/dcpomatic.cc +++ b/src/tools/dcpomatic.cc @@ -38,6 +38,7 @@ #include "wx/hints_dialog.h" #include "wx/html_dialog.h" #include "wx/file_dialog.h" +#include "wx/i18n_setup.h" #include "wx/id.h" #include "wx/job_manager_view.h" #include "wx/kdm_dialog.h" @@ -1685,7 +1686,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. |
