diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-09-18 21:05:16 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-09-18 21:05:48 +0100 |
commit | b565c57f4b42ffeea5c7d07b5c2c926ee2a9eff0 (patch) | |
tree | 8974de14dcb5189e94bdb7cc1c421a799541767d /wizards | |
parent | f26187ff157a86210d4f8d03e4524380a88ed844 (diff) |
correct python wizards component file
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/Pyuno_fax.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/Pyuno_fax.mk b/wizards/Pyuno_fax.mk index fa1e35073e1b..868eecf4785d 100644 --- a/wizards/Pyuno_fax.mk +++ b/wizards/Pyuno_fax.mk @@ -38,6 +38,6 @@ $(eval $(call gb_Pyuno_add_files,pyfax,\ FaxWizardDialog.py \ FaxWizardDialogResources.py \ )) -$(eval $(call gb_Pyuno_set_componentfile_full,pyfax,wizards/com/sun/star/wizards/fax/pyfax,vnd.sun.star.expand:\dLO_LIB_DIR/wizards/fax/CallWizard,.py)) +$(eval $(call gb_Pyuno_set_componentfile_full,pyfax,wizards/com/sun/star/wizards/fax/pyfax,vnd.openoffice.pymodule:wizards.fax,.CallWizard)) # vim:set shiftwidth=4 softtabstop=4 expandtab: |