diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-03-07 11:04:14 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-03-07 11:04:14 +0000 |
| commit | a4a5a3720816f0cf43f09496dadd010bb71b560b (patch) | |
| tree | 36c89ea9c817a46d54151b2fe32a3ca9fed196e3 /src | |
| parent | 40893c977cda14d9a9b46613697bc68aad08eccf (diff) | |
Add a header with some i18n strings.
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 d01e8eda8..e25335682 100644 --- a/src/wx/wscript +++ b/src/wx/wscript @@ -163,7 +163,7 @@ def build(bld): i18n.po_to_mo(os.path.join('src', 'wx'), 'libdcpomatic2-wx', bld) def pot(bld): - i18n.pot(os.path.join('src', 'wx'), sources + " editable_list.h", 'libdcpomatic-wx') + i18n.pot(os.path.join('src', 'wx'), sources + " editable_list.h content_widget.h", 'libdcpomatic-wx') def pot_merge(bld): i18n.pot_merge(os.path.join('src', 'wx'), 'libdcpomatic-wx') |
