summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-05 18:02:20 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-05 18:02:20 +0000
commit8c23bbd8e6adcc83bd0d530aedf96df83302f878 (patch)
tree82c7f4cec280949666fcf03ddafc4ea9ad54c7ea /src
parent8017061408abf957e2d6fdf07b022431aa79e47b (diff)
Add editable_list.h for translation.
Diffstat (limited to 'src')
-rw-r--r--src/wx/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/wscript b/src/wx/wscript
index 34047f3ac..dc8a07b99 100644
--- a/src/wx/wscript
+++ b/src/wx/wscript
@@ -82,7 +82,7 @@ def build(bld):
i18n.po_to_mo(os.path.join('src', 'wx'), 'libdcpomatic-wx', bld)
def pot(bld):
- i18n.pot(os.path.join('src', 'wx'), sources, 'libdcpomatic-wx')
+ i18n.pot(os.path.join('src', 'wx'), sources + " editable_list.h", 'libdcpomatic-wx')
def pot_merge(bld):
i18n.pot_merge(os.path.join('src', 'wx'), 'libdcpomatic-wx')