diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-12-11 15:37:33 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-12-11 16:43:26 +0000 |
commit | 06ef6fe699c5765bf53f94b25b8c56aaf6a205ca (patch) | |
tree | aaf08c284f928aec6cbfb9d9e5a6916cd0802cdc /sfx2/UI_sfx.mk | |
parent | 5e1a877170d336b9d055122ea5ed1adee7aed631 (diff) |
convert Template Management dialog to .ui
Change-Id: Ifebd5ad91d1c8b456c458b01738261dfe34a6f83
Diffstat (limited to 'sfx2/UI_sfx.mk')
-rw-r--r-- | sfx2/UI_sfx.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/UI_sfx.mk b/sfx2/UI_sfx.mk index a6e2223c47fc..410931b2d679 100644 --- a/sfx2/UI_sfx.mk +++ b/sfx2/UI_sfx.mk @@ -13,6 +13,7 @@ $(eval $(call gb_UI_add_uifiles,sfx,\ sfx2/uiconfig/ui/checkin \ sfx2/uiconfig/ui/password \ sfx2/uiconfig/ui/printeroptionsdialog \ + sfx2/uiconfig/ui/templatemanagementdialog \ )) # vim: set noet sw=4 ts=4: |