diff options
author | Muthu Subramanian <sumuthu@suse.com> | 2012-07-24 15:31:15 +0530 |
---|---|---|
committer | Muthu Subramanian <sumuthu@suse.com> | 2012-07-24 15:39:06 +0530 |
commit | 1360309e64f8bbb21e23c94a65ada4aa282e1eb3 (patch) | |
tree | da856e803d4d1fca3129b287c9163fb08a539ea7 /officecfg/registry/data | |
parent | 5a243f140975167aa5c42c95b30edb1cdb1ea639 (diff) |
"Send via Bluetooth" (experimental) feature.
This currently works only on Linux as of now.
Diffstat (limited to 'officecfg/registry/data')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index 8525bee0444b..bf1242a65c94 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -4109,6 +4109,11 @@ <value xml:lang="en-US">E-mail as P~DF...</value> </prop> </node> + <node oor:name=".uno:SendViaBluetooth" oor:op="replace"> + <prop oor:name="Label" oor:type="xs:string"> + <value xml:lang="en-US">Send Via ~Bluetooth...</value> + </prop> + </node> <node oor:name=".uno:ExportToPDF" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Export as P~DF...</value> |