diff options
author | Petr Mladek <pmladek@suse.cz> | 2013-02-11 16:20:36 +0100 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2013-02-11 16:27:08 +0100 |
commit | 7e2cae964edab85e43d7ce0141d46d962d0ccd4c (patch) | |
tree | aceb2ee0a76efcac17a06d548de26d4b64ac47c6 | |
parent | ed7012e9a324d322d68dac3cc9dda7bbbc3391ad (diff) |
migrate also custom accelerators setting (fdo#57061)
I was not sure how this can be triggered util the comment 46 in fdo#57061.
I was not brave enough to enable this without testing.
It seems to work, people complain about it, let's enable this migration
as well.
Change-Id: I79fa4b95828a55619ce098dc8fd357af317a1d47
-rw-r--r-- | officecfg/registry/data/org/openoffice/Setup.xcu | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Setup.xcu b/officecfg/registry/data/org/openoffice/Setup.xcu index c5fec5a36abd..b4e5e7c5bcb4 100644 --- a/officecfg/registry/data/org/openoffice/Setup.xcu +++ b/officecfg/registry/data/org/openoffice/Setup.xcu @@ -835,6 +835,7 @@ </prop> <prop oor:name="IncludedNodes"> <value> + <it>/org.openoffice.Office.Accelerators</it> <it>/org.openoffice.Office.Compatibility</it> <it>/org.openoffice.Office.Custom</it> <it>/org.openoffice.Office.Embedding</it> |