diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2015-08-09 01:02:46 +0400 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2015-08-09 15:13:52 +0000 |
commit | 351c17497e36c5a42fba627043dabaef2e7040eb (patch) | |
tree | 4866d3fe4c3abd94589182faf69612ef3585861d /officecfg | |
parent | f03a700119fc149cf1b93dfafa404b997fc2d4be (diff) |
tdf#91781 Add additional selection options and go to page to menu
Change-Id: I8ece4db5c776d8c233bdca3bee4c5fbf689baffb
Reviewed-on: https://gerrit.libreoffice.org/17597
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Tested-by: Yousuf Philips <philipz85@hotmail.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 16 |
1 files changed, 16 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 3ee4ec3ec6e1..ab3148e80e12 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -5558,6 +5558,22 @@ </prop> </node> </node> + <node oor:name=".uno:StatusSelectionModeExt" oor:op="replace"> + <prop oor:name="Label" oor:type="xs:string"> + <value xml:lang="en-US">Extended Selection</value> + </prop> + <prop oor:name="ContextLabel" oor:type="xs:string"> + <value xml:lang="en-US">Extended</value> + </prop> + </node> + <node oor:name=".uno:StatusSelectionModeExp" oor:op="replace"> + <prop oor:name="Label" oor:type="xs:string"> + <value xml:lang="en-US">Adding Selection</value> + </prop> + <prop oor:name="ContextLabel" oor:type="xs:string"> + <value xml:lang="en-US">Adding</value> + </prop> + </node> <node oor:name="Popups"> <node oor:name=".uno:HelpMenu" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> |