diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-04-30 22:20:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-04-30 22:20:57 +0100 |
| commit | a5e87b6f0f496f4ed71d9129d40a5baebb68495f (patch) | |
| tree | a9f7dcf6a2020e986e1d709f24ce46e51d238ca2 /src/lib/util.cc | |
| parent | 895e908f7dcc8deb9e6a333d3d6b3a92aec2dc09 (diff) | |
Various bits related to subtitle font handling, particularly copying fonts to the DCP.
Diffstat (limited to 'src/lib/util.cc')
| -rw-r--r-- | src/lib/util.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util.cc b/src/lib/util.cc index 1c9968206..f98e5960b 100644 --- a/src/lib/util.cc +++ b/src/lib/util.cc @@ -381,7 +381,7 @@ dcpomatic_setup_gettext_i18n (string lang) #endif #ifdef DCPOMATIC_LINUX - bindtextdomain ("libdcpomatic", POSIX_LOCALE_PREFIX); + bindtextdomain ("libdcpomatic", LINUX_LOCALE_PREFIX); #endif } |
