diff options
author | Heiko Tietze <tietze.heiko@gmail.com> | 2020-10-20 12:11:20 +0200 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2020-10-22 11:50:39 +0200 |
commit | 31763e5af060f598c1699662adefe43f13d4db0e (patch) | |
tree | cda24c437ad2223cf90fc138090236e7226f289c /officecfg | |
parent | fe2b4e7dc6533535736a8f08496f316427386179 (diff) |
Resolves tdf#137607 and tdf#137500 - Improvements to TotD
Shows tooltip for UNO commands
Check if the UNO command is available in the current module
Don't show the menu entry on the start center
Change-Id: I5c67ec3f8543b5442a6e2c2a478bfeb4ec0e1f3d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104558
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index 240a86d8487e..d7e9837838ad 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -6233,6 +6233,9 @@ <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">User ~Interface...</value> </prop> + <prop oor:name="TooltipLabel" oor:type="xs:string"> + <value xml:lang="en-US">Shows a dialog to select the user interface</value> + </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>1</value> </prop> |