[Libreoffice-commits] core.git: officecfg/registry
Samuel Mehrbrodt
s.mehrbrodt at gmail.com
Mon Dec 2 02:47:43 PST 2013
officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0d4e04b8378ca3e142c8b2f2c50851b3c74df012
Author: Samuel Mehrbrodt <s.mehrbrodt at gmail.com>
Date: Sun Dec 1 22:51:18 2013 +0100
fdo#43637 Two commands with the same name "Backspace"
One of them emulates the "Backspace" and the other one "Shift+Backspace", so I renamed it accordingly
Change-Id: I8a2a9f2b5b7212d4ea385c3b5f2e47ac014accc3
Reviewed-on: https://gerrit.libreoffice.org/6887
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index 1afe40e..88ec469 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -1576,7 +1576,7 @@
</node>
<node oor:name=".uno:ShiftBackspace" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
- <value xml:lang="en-US">Backspace</value>
+ <value xml:lang="en-US">Shift+Backspace</value>
</prop>
</node>
<node oor:name=".uno:SelectWord" oor:op="replace">
More information about the Libreoffice-commits
mailing list