From 97bcd0e416b1fb725b5aaade811e80d46fdaf1e2 Mon Sep 17 00:00:00 2001 From: Heiko Tietze Date: Fri, 6 Sep 2019 10:34:54 +0200 Subject: Resolves tdf#127400 - Allow to show tip of the day again * UNO command TipOfTheDay and slot SID_TIPOFTHEDAY introduced and added to help menus * Tip ID introduced to keep the current tip over the day * Tip ID updates after 24h * Randomization of tips replaced by sequential order * Tip ID added to the dialog title Change-Id: I69b72b80d6d6afa25a1c4f01fa05bc60b5741db8 Reviewed-on: https://gerrit.libreoffice.org/78693 Tested-by: Jenkins Reviewed-by: Heiko Tietze --- dbaccess/uiconfig/dbapp/menubar/menubar.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'dbaccess/uiconfig/dbapp') diff --git a/dbaccess/uiconfig/dbapp/menubar/menubar.xml b/dbaccess/uiconfig/dbapp/menubar/menubar.xml index 2949b57e7740..7038a63608a7 100644 --- a/dbaccess/uiconfig/dbapp/menubar/menubar.xml +++ b/dbaccess/uiconfig/dbapp/menubar/menubar.xml @@ -147,6 +147,7 @@ + -- cgit