diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-05-18 14:16:28 -0400 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-05-19 08:07:42 -0500 |
commit | e6d5a3d6cd90b9618697cde2ec99390fe6ad5ffe (patch) | |
tree | 62aea7dfce428fca9dd836b13821be12c12e15f0 | |
parent | f5e3380a699f7eff866178cd2c2a839b42e16d19 (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
(cherry picked from commit 1d7c97a607615c3f176c9f553d1d011e4ee55c1d)
Reviewed-on: https://gerrit.libreoffice.org/9399
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
-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 c204e5ea3649..8864d3c7c524 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"> |