officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 1d7c97a607615c3f176c9f553d1d011e4ee55c1d Author: Kohei Yoshida <[email protected]> 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 diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu index 1bfa929..a0f7e86 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"> _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
