diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-05 18:02:20 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-05 18:02:20 +0000 |
| commit | 8c23bbd8e6adcc83bd0d530aedf96df83302f878 (patch) | |
| tree | 82c7f4cec280949666fcf03ddafc4ea9ad54c7ea /src | |
| parent | 8017061408abf957e2d6fdf07b022431aa79e47b (diff) | |
Add editable_list.h for translation.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/wscript | 2 |
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') |
