diff options
author | Xisco Fauli <anistenis@gmail.com> | 2011-09-23 00:29:10 +0200 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2011-12-05 20:53:22 +0000 |
commit | 21131ea640f158963d4b69b1269c0bc7e5215006 (patch) | |
tree | d9d3336fd307764a30f3366c19b6f2275ccac9dd /instsetoo_native | |
parent | 02d490ad83d31cb0dc342c6efb63837d820a8d88 (diff) |
Set the python fax wizard as the default one
Diffstat (limited to 'instsetoo_native')
-rw-r--r-- | instsetoo_native/util/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instsetoo_native/util/makefile.mk b/instsetoo_native/util/makefile.mk index 2e6f99d372eb..587b756f4ed7 100644 --- a/instsetoo_native/util/makefile.mk +++ b/instsetoo_native/util/makefile.mk @@ -83,8 +83,8 @@ LOCALPYFILES= \ $(BIN)$/CGFaxWizard.py \ $(BIN)$/FaxWizardDialogImpl.py \ $(BIN)$/FaxWizardDialog.py \ - $(BIN)$/ConfigGroup.py \ $(BIN)$/Configuration.py \ + $(BIN)$/ConfigGroup.py \ $(BIN)$/FileAccess.py \ $(BIN)$/Properties.py \ $(BIN)$/Resource.py \ |