From 9b1c9ac6edcdeae431d6104c586ca7feffbb6483 Mon Sep 17 00:00:00 2001 From: Heiko Tietze Date: Wed, 8 Apr 2020 12:58:34 +0200 Subject: Related tdf#130778: New About dialog More flexible dialog logo & about images as SVGs Change-Id: Icefa035893e241a7dee6aa28236e6b89b38477de Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91908 Tested-by: Jenkins Reviewed-by: Heiko Tietze --- cui/inc/strings.hrc | 3 --- 1 file changed, 3 deletions(-) (limited to 'cui/inc/strings.hrc') diff --git a/cui/inc/strings.hrc b/cui/inc/strings.hrc index 70b06199e700..9c81a8e104f9 100644 --- a/cui/inc/strings.hrc +++ b/cui/inc/strings.hrc @@ -390,9 +390,6 @@ #define RID_SVXSTR_ABOUT_DERIVED NC_("aboutdialog|derived", "%PRODUCTNAME is derived from LibreOffice which was based on OpenOffice.org") #define RID_SVXSTR_ABOUT_LOCALE NC_("aboutdialog|locale", "Locale: $LOCALE") #define RID_SVXSTR_ABOUT_UILOCALE NC_("aboutdialog|uilocale", "UI-Language: $LOCALE") -#define RID_SVXSTR_ABOUT_RELEASE_NOTES NC_("aboutdialog|releasenotes", "~Release Notes") -#define RID_SVXSTR_ABOUT_WEBSITE NC_("aboutdialog|website", "~Website") -#define RID_SVXSTR_ABOUT_CREDITS NC_("aboutdialog|credits", "Cre~dits") #define RID_SVXSTR_EDIT_PATHS NC_("optpathspage|editpaths", "Edit Paths: %1") -- cgit