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_server.cc | |
| parent | a8f06a40096a0cbd56c42602f8dc1ce4857af0d8 (diff) | |
Move i18n setup into 3 separate platform files.
Diffstat (limited to 'src/tools/dcpomatic_server.cc')
| -rw-r--r-- | src/tools/dcpomatic_server.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tools/dcpomatic_server.cc b/src/tools/dcpomatic_server.cc index 669d32ec0..e5d8b0a90 100644 --- a/src/tools/dcpomatic_server.cc +++ b/src/tools/dcpomatic_server.cc @@ -18,6 +18,8 @@ */ + +#include "wx/i18n_setup.h" #include "wx/id.h" #include "wx/static_text.h" #include "wx/wx_signal_manager.h" @@ -301,7 +303,7 @@ private: auto splash = maybe_show_splash (); dcpomatic_setup_path_encoding (); - dcpomatic_setup_i18n (); + dcpomatic::wx::setup_i18n(); dcpomatic_setup (); Config::drop (); |
