diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-08-29 23:00:23 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-09-28 08:48:41 +0100 |
commit | acffb5ae7a26387c142666ad837ecab763a93473 (patch) | |
tree | 43ea14e2f429b439f3a3badfabc8361a51771b90 /sw | |
parent | 2aa2a25157f11e1502e78abd8056b16540c76e3a (diff) |
missing wordcount.ui install
Change-Id: Ic48a4108e4ff9093f7d6a9724902fa4403c956cd
Diffstat (limited to 'sw')
-rw-r--r-- | sw/UI_swriter.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/UI_swriter.mk b/sw/UI_swriter.mk index 9a561f1b8892..c4a22f5acb00 100644 --- a/sw/UI_swriter.mk +++ b/sw/UI_swriter.mk @@ -12,6 +12,7 @@ $(eval $(call gb_UI_UI,modules/swriter)) $(eval $(call gb_UI_add_uifiles,modules/swriter,\ sw/uiconfig/swriter/ui/linenumbering \ sw/uiconfig/swriter/ui/titlepage \ + sw/uiconfig/swriter/ui/wordcount \ )) # vim: set noet sw=4 ts=4: |