[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - officecfg/registry

Kohei Yoshida kohei.yoshida at collabora.com
Mon May 19 06:08:01 PDT 2014


 officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e6d5a3d6cd90b9618697cde2ec99390fe6ad5ffe
Author: Kohei Yoshida <kohei.yoshida at collabora.com>
Date:   Sun May 18 14:16:28 2014 -0400

    fdo#78824: Avoid having two menu entries having the same accelarator.
    
    Sort should have an 'S' as accelerator.  The other one can be auto-assigned.
    
    Change-Id: I61e630c9b6d89658c65cca77333f1ad0a591e3ab
    (cherry picked from commit 1d7c97a607615c3f176c9f553d1d011e4ee55c1d)
    Reviewed-on: https://gerrit.libreoffice.org/9399
    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/CalcCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
index c204e5e..8864d3c 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
@@ -640,7 +640,7 @@
       </node>
       <node oor:name=".uno:StatisticsMenu" oor:op="replace">
         <prop oor:name="Label" oor:type="xs:string">
-          <value xml:lang="en-US">~Statistics</value>
+          <value xml:lang="en-US">Statistics</value>
         </prop>
       </node>
       <node oor:name=".uno:SamplingDialog" oor:op="replace">


More information about the Libreoffice-commits mailing list