diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-07-26 23:32:12 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-07-26 23:32:12 +0100 |
| commit | 67ca663154688920d619d8ac0f0b6bf71d7c4862 (patch) | |
| tree | 9d53ae7c9157c3de87029681b80654736237b9c1 /src/lib | |
| parent | c577d380b51e8ef7601589ca0f273916abe47f68 (diff) | |
Hopefully fix missing libdcpomatic i18n.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/i18n.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/i18n.h b/src/lib/i18n.h index 890313bc6..2f8a7e9f1 100644 --- a/src/lib/i18n.h +++ b/src/lib/i18n.h @@ -19,5 +19,5 @@ #include <libintl.h> -#define _(x) dgettext ("libdcpomatic", x) +#define _(x) dgettext ("libdcpomatic2", x) #define N_(x) x |
