[Libreoffice-commits] .: Branch 'libreoffice-3-3' - officecfg/registry
Kohei Yoshida
kohei at kemper.freedesktop.org
Mon Nov 29 13:55:19 PST 2010
officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 14cb46ed91afc02dd28c32385f00c22173306864
Author: Kohei Yoshida <kyoshida at novell.com>
Date: Mon Nov 29 16:52:36 2010 -0500
Changed command name to avoid confusion.
The command associated with Calc's delete key is now renamed to "Clear
Contents" from the previous "Delete Contents", to resolve naming clash.
Two UNO commands .uno:ClearContents and .uno:Delete both had the label
"Delete Contents", which was confusing when modifying their key bindings
from the UI. (fdo#31817)
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
index 634e026..6ba9193 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
@@ -466,7 +466,7 @@
</node>
<node oor:name=".uno:ClearContents" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
- <value xml:lang="en-US">Delete Contents</value>
+ <value xml:lang="en-US">Clear Contents</value>
</prop>
</node>
<node oor:name=".uno:AutoFill" oor:op="replace">
More information about the Libreoffice-commits
mailing list