summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext/wscript
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-11-21 23:20:31 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-11-21 23:20:31 +0000
commit48210268415ff5d7afe6b28c01a097129f0aa3c7 (patch)
tree896a9f234871a072e62c921753d2a7bbd2519c96 /libs/gtkmm2ext/wscript
parente133709def199e8a28e34abc56791b05d6079a90 (diff)
more spreading of I18N_PACKAGE as the name for .mo files
git-svn-id: svn://localhost/ardour2/branches/3.0@10752 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/gtkmm2ext/wscript')
-rw-r--r--libs/gtkmm2ext/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/gtkmm2ext/wscript b/libs/gtkmm2ext/wscript
index e454429fa8..3c65508eb8 100644
--- a/libs/gtkmm2ext/wscript
+++ b/libs/gtkmm2ext/wscript
@@ -103,7 +103,7 @@ def build(bld):
for mo in mo_files:
lang = os.path.basename(mo.srcpath()).replace('.mo', '')
bld.install_as(os.path.join(bld.env['PREFIX'], 'share', 'locale',
- lang, 'LC_MESSAGES', 'libgtkmm2ext.mo'),
+ lang, 'LC_MESSAGES', I18N_PACKAGE + '.mo'),
mo)
def i18n(bld):