diff options
author | Roman Kuznetsov <antilibreoffice@gmail.com> | 2019-08-06 09:50:37 +0200 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2019-08-06 11:53:51 +0200 |
commit | ba465d3d4cfd43abdac63e67d582e166eae19fb6 (patch) | |
tree | fc8112b0d160008ea9e52df2ae4904f64c01315b /instsetoo_native | |
parent | b40018763538abc6ca5419ef433a5a1754100885 (diff) |
Fix some windows installer's dialog new fonts problem
Change-Id: Iabb1c04d27bba1a7b3b89be03d0af1ed15951ffc
Reviewed-on: https://gerrit.libreoffice.org/77003
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'instsetoo_native')
-rw-r--r-- | instsetoo_native/inc_openoffice/windows/msi_languages/RadioBut.ulf | 10 | ||||
-rw-r--r-- | instsetoo_native/inc_openoffice/windows/msi_templates/Control.idt | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/instsetoo_native/inc_openoffice/windows/msi_languages/RadioBut.ulf b/instsetoo_native/inc_openoffice/windows/msi_languages/RadioBut.ulf index 9bd6e440ab73..59f9c497736e 100644 --- a/instsetoo_native/inc_openoffice/windows/msi_languages/RadioBut.ulf +++ b/instsetoo_native/inc_openoffice/windows/msi_languages/RadioBut.ulf @@ -17,19 +17,19 @@ */ [OOO_RADIOBUTTON_1] -en-US = "{&MSSansBold8}&Modify" +en-US = "{&DialogDefaultBold}&Modify" [OOO_RADIOBUTTON_2] -en-US = "{&MSSansBold8}Re&pair" +en-US = "{&DialogDefaultBold}Re&pair" [OOO_RADIOBUTTON_3] -en-US = "{&MSSansBold8}&Remove" +en-US = "{&DialogDefaultBold}&Remove" [OOO_RADIOBUTTON_4] -en-US = "{&MSSansBold8}&Typical" +en-US = "{&DialogDefaultBold}&Typical" [OOO_RADIOBUTTON_5] -en-US = "{&MSSansBold8}Cu&stom" +en-US = "{&DialogDefaultBold}Cu&stom" [OOO_RADIOBUTTON_6] en-US = "I &do not accept the terms in the license agreement" diff --git a/instsetoo_native/inc_openoffice/windows/msi_templates/Control.idt b/instsetoo_native/inc_openoffice/windows/msi_templates/Control.idt index 38115f33f2c4..ec6170099a48 100644 --- a/instsetoo_native/inc_openoffice/windows/msi_templates/Control.idt +++ b/instsetoo_native/inc_openoffice/windows/msi_templates/Control.idt @@ -83,7 +83,7 @@ CustomSetupTips DontInstallText Text 60 167 400 20 3 OOO_CONTROL_66 CustomSetupTips Install Icon 21 105 24 24 5242881 InstallIco CustomSetupTips InstallPartial Icon 21 136 24 24 5242881 InstallPartialIco CustomSetupTips InstallStateMenu Icon 21 52 24 24 5242881 InstallStateMenuIco -CustomSetupTips InstallStateText Text 21 88 400 10 3 OOO_CONTROL_68 +CustomSetupTips InstallStateText Text 21 88 400 15 3 OOO_CONTROL_68 CustomSetupTips InstallText Text 60 105 400 20 3 OOO_CONTROL_69 CustomSetupTips MenuText Text 50 52 400 36 3 OOO_CONTROL_70 CustomSetupTips OK PushButton 401 243 66 17 3 OOO_CONTROL_72 @@ -312,7 +312,7 @@ SetupType CustomIco Icon 34 154 24 24 5242881 SetupPartialIco SetupType CustText Text 80 154 346 40 3 OOO_CONTROL_256 SetupType DlgDesc Text 21 23 372 25 65539 OOO_CONTROL_257 SetupType DlgLine Line 0 234 474 0 1 -SetupType DlgText Text 21 51 426 10 3 OOO_CONTROL_258 +SetupType DlgText Text 21 51 426 15 3 OOO_CONTROL_258 SetupType DlgTitle Text 13 6 380 25 65539 OOO_CONTROL_259 SetupType Next PushButton 330 243 66 17 3 OOO_CONTROL_260 Cancel SetupType RadioGroup RadioButtonGroup 21 79 364 120 3 _IsSetupTypeMin Back |