From f91e8fe61f15f0365cc65183d3fb3573d5215d3f Mon Sep 17 00:00:00 2001 From: kubak Date: Wed, 24 Apr 2024 00:29:02 +0200 Subject: [PATCH] MSI: Fix use of undefined TextStyle ICE31 ERROR Control AdminNetworkLocation.DlgTitle uses undefined TextStyle MSSansBold8. In the Control table in the Text column there is: {&MSSansBold8}Network Location and the Text Style from the TextStyle table should be used and look like this: {&DialogDefaultBold}Network Location https: //learn.microsoft.com/en-us/windows/win32/msi/ice31 Change-Id: I4fa1048cc28d042fc8a78b4dba1495ad75fc017a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166568 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos --- .../inc_openoffice/windows/msi_languages/Control.ulf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instsetoo_native/inc_openoffice/windows/msi_languages/Control.ulf b/instsetoo_native/inc_openoffice/windows/msi_languages/Control.ulf index fcea59317f08..432e451fdc22 100644 --- a/instsetoo_native/inc_openoffice/windows/msi_languages/Control.ulf +++ b/instsetoo_native/inc_openoffice/windows/msi_languages/Control.ulf @@ -56,7 +56,7 @@ en-US = "Specify a network location for the server image of the product." en-US = "Enter the network location or click Change to browse to a location. Click Install to create a server image of [ProductName] at the specified network location or click Cancel to exit the wizard." [OOO_CONTROL_21] -en-US = "{&MSSansBold8}Network Location" +en-US = "{&DialogDefaultBold}Network Location" [OOO_CONTROL_22] en-US = "&Install"