diff options
author | Michael Meeks <michael.meeks@suse.com> | 2011-12-08 10:39:37 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2011-12-08 10:40:13 +0000 |
commit | 2f964613aba557496e9721060a273e4ea6eea488 (patch) | |
tree | e3ed37e927c5b5353076a0d9903fff28f62ec3bd /officecfg | |
parent | dcfd4beb213c551f6ef6ba379651bf303bd9017a (diff) |
re-enable the java fax wizard by using the correct ?start url
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Common.xcu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Common.xcu b/officecfg/registry/data/org/openoffice/Office/Common.xcu index 05377ae1443f..215999a81a0c 100644 --- a/officecfg/registry/data/org/openoffice/Office/Common.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Common.xcu @@ -404,7 +404,7 @@ </node> <node oor:name="m1" oor:op="replace" install:module="writer"> <prop oor:name="URL" oor:type="xs:string"> - <value >service:com.sun.star.wizards.fax.CallWizard?insert</value> + <value >service:com.sun.star.wizards.fax.CallWizard?start</value> </prop> <prop oor:name="Title"> <value xml:lang="en-US">~Fax...</value> |