summaryrefslogtreecommitdiff
path: root/src/wx/wx_util.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-04-30 22:20:57 +0100
committerCarl Hetherington <cth@carlh.net>2015-04-30 22:20:57 +0100
commita5e87b6f0f496f4ed71d9129d40a5baebb68495f (patch)
treea9f7dcf6a2020e986e1d709f24ce46e51d238ca2 /src/wx/wx_util.cc
parent895e908f7dcc8deb9e6a333d3d6b3a92aec2dc09 (diff)
Various bits related to subtitle font handling, particularly copying fonts to the DCP.
Diffstat (limited to 'src/wx/wx_util.cc')
-rw-r--r--src/wx/wx_util.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/wx_util.cc b/src/wx/wx_util.cc
index a46ba98e2..ea8255f81 100644
--- a/src/wx/wx_util.cc
+++ b/src/wx/wx_util.cc
@@ -272,7 +272,7 @@ dcpomatic_setup_i18n ()
#endif
#ifdef DCPOMATIC_POSIX
- locale->AddCatalogLookupPathPrefix (POSIX_LOCALE_PREFIX);
+ locale->AddCatalogLookupPathPrefix (LINUX_LOCALE_PREFIX);
#endif
#ifdef DCPOMATIC_LINUX