From ed8df0ec6ed1af600a4d31223d5bfc3f65c5d7ba Mon Sep 17 00:00:00 2001 From: Heiko Tietze Date: Sun, 2 Aug 2020 17:10:00 +0200 Subject: Resolves tdf#117463 - Dialog to show UI options * New dialog to pick and apply one of the UI variants * Tip-of-the-Day enhanced to execute UNO commands in order to advertise the UI chooser on first start Change-Id: I5e5c4a8e0fb11d11bafc99cc37b7ec244a993781 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99957 Tested-by: Jenkins Reviewed-by: Heiko Tietze --- cui/inc/strings.hrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cui/inc/strings.hrc') diff --git a/cui/inc/strings.hrc b/cui/inc/strings.hrc index fb43379f1d8b..e96e76e85fd2 100644 --- a/cui/inc/strings.hrc +++ b/cui/inc/strings.hrc @@ -400,4 +400,6 @@ #define RID_SVXSTR_ADDITIONS_LOADING NC_("RID_SVXSTR_ADDITIONS_LOADING", "Loading...") #define RID_SVXSTR_ADDITIONS_DIALOG_TITLE_PREFIX NC_("RID_SVXSTR_ADDITIONS_DIALOG_TITLE_PREFIX", "Extensions") +#define RID_SVXSTR_UI_APPLYALL NC_("RID_SVXSTR_UI_APPLYALL", "Apply to %MODULE") + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit