diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-12-15 20:37:33 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-12-17 09:35:26 +0000 |
commit | 5af4fff6d4dede7e60d407766f30e7191eeeee66 (patch) | |
tree | dae7e4bd1d9e63ac833887550ff5d2a4b034b729 /padmin/UI_spa.mk | |
parent | be61350e8b078fbc34d820868d67f7e393bf93df (diff) |
convert print properties tabdialog to .ui format
the dialog itself that is, two of the pages are in .ui
format and the rest are pending conversion
Change-Id: I5a22cf1603abb0400272ce8969c0b43a00ed7739
Diffstat (limited to 'padmin/UI_spa.mk')
-rw-r--r-- | padmin/UI_spa.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/padmin/UI_spa.mk b/padmin/UI_spa.mk index ce10748729cb..6b1e011a4111 100644 --- a/padmin/UI_spa.mk +++ b/padmin/UI_spa.mk @@ -12,6 +12,7 @@ $(eval $(call gb_UI_UI,spa)) $(eval $(call gb_UI_add_uifiles,spa,\ padmin/uiconfig/ui/printerdevicepage \ padmin/uiconfig/ui/printerpaperpage \ + padmin/uiconfig/ui/printerpropertiesdialog \ )) # vim: set noet sw=4 ts=4: |