Various bits related to subtitle font handling, particularly copying fonts to the...
[dcpomatic.git] / src / wx / wx_util.cc
index a46ba98e27a55ebbc998db346f53de2c3d8af52b..ea8255f8169a9ae7fbddf01c5e771ed1dbc7bac1 100644 (file)
@@ -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