diff options
author | Xisco Fauli <anistenis@gmail.com> | 2011-09-22 11:36:19 +0200 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2011-12-05 20:53:19 +0000 |
commit | adf772680c7cf0e3d6ae135cab49c847447b5bf1 (patch) | |
tree | 35bb986d762aa876db3ef19cc58ae2388c51a4d5 /officecfg | |
parent | e20b4fe7f98473bef13758070ab33b144c6930ff (diff) |
Hello world (python) as a component
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 215999a81a0c..05377ae1443f 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?start</value> + <value >service:com.sun.star.wizards.fax.CallWizard?insert</value> </prop> <prop oor:name="Title"> <value xml:lang="en-US">~Fax...</value> |