Add a header with some i18n strings.
authorCarl Hetherington <cth@carlh.net>
Mon, 7 Mar 2016 11:04:14 +0000 (11:04 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 7 Mar 2016 11:04:14 +0000 (11:04 +0000)
src/wx/wscript

index d01e8eda8448fbe096b4a35d39bcf119030c7fab..e2533568270c35939f5ba4bdb9d549019edd30dc 100644 (file)
@@ -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')