diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-05-18 14:16:28 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-05-18 14:17:42 -0400 |
commit | 1d7c97a607615c3f176c9f553d1d011e4ee55c1d (patch) | |
tree | 662b714586c89a47d0768adcefa2b13fc55cd401 /officecfg/registry | |
parent | 836328d6473ae1a0c472c7dbf8262641c74843cb (diff) |
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
Diffstat (limited to 'officecfg/registry')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu index 1bfa929af358..a0f7e86bb6d9 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu @@ -666,7 +666,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"> |