From 0e6c53a535758ef62110a8744b600633e564af03 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Thu, 21 Jun 2012 17:28:58 +0200 Subject: fdo#51274 optionally associate Visio file types (vsd/vst) to Draw Change-Id: I0362d758205e7d12484e9e86ff2dce9608730c57 --- instsetoo_native/inc_openoffice/windows/msi_languages/Control.ulf | 8 +------- instsetoo_native/inc_openoffice/windows/msi_templates/Control.idt | 5 +++-- .../inc_openoffice/windows/msi_templates/ControlC.idt | 2 ++ .../inc_openoffice/windows/msi_templates/Property.idt | 1 + 4 files changed, 7 insertions(+), 9 deletions(-) (limited to 'instsetoo_native') diff --git a/instsetoo_native/inc_openoffice/windows/msi_languages/Control.ulf b/instsetoo_native/inc_openoffice/windows/msi_languages/Control.ulf index 51f351b9dea0..d2a473b05baf 100644 --- a/instsetoo_native/inc_openoffice/windows/msi_languages/Control.ulf +++ b/instsetoo_native/inc_openoffice/windows/msi_languages/Control.ulf @@ -614,7 +614,7 @@ en-US = "Microsoft &Excel Spreadsheets" en-US = "Microsoft Po&werPoint Presentations" [OOO_CONTROL_273] -en-US = "&[ProductName] Writer/Web" +en-US = "Microsoft &Visio Documents" [OOO_CONTROL_274] en-US = "Set [DEFINEDPRODUCT] to be the default application for Microsoft Office file types." @@ -622,12 +622,6 @@ en-US = "Set [DEFINEDPRODUCT] to be the default application for Microsoft Office [OOO_CONTROL_275] en-US = "[ProductName] can be set as the default application to open Microsoft Office file types. This means, for instance, that if you double click on one of these files, [ProductName] will open it, not the program that opens it now." -[OOO_CONTROL_276] -en-US = "File types" - -[OOO_CONTROL_277] -en-US = "Default HTML editor" - [OOO_CONTROL_278] en-US = "{&MSSansBold8}File Type" diff --git a/instsetoo_native/inc_openoffice/windows/msi_templates/Control.idt b/instsetoo_native/inc_openoffice/windows/msi_templates/Control.idt index 561133380598..2fbbad753df8 100644 --- a/instsetoo_native/inc_openoffice/windows/msi_templates/Control.idt +++ b/instsetoo_native/inc_openoffice/windows/msi_templates/Control.idt @@ -128,11 +128,12 @@ FileTypeDialog Branding2 Text 3 228 88 13 65537 [ProductName] FileTypeDialog Cancel PushButton 301 243 66 17 3 OOO_CONTROL_138 CheckBox1 FileTypeDialog CheckBox1 CheckBox 41 106 200 10 3 SELECT_WORD OOO_CONTROL_270 CheckBox2 FileTypeDialog CheckBox2 CheckBox 41 131 200 10 3 SELECT_EXCEL OOO_CONTROL_271 CheckBox3 -FileTypeDialog CheckBox3 CheckBox 41 156 200 10 3 SELECT_POWERPOINT OOO_CONTROL_272 Back +FileTypeDialog CheckBox3 CheckBox 41 156 200 10 3 SELECT_POWERPOINT OOO_CONTROL_272 CheckBox4 +FileTypeDialog CheckBox4 CheckBox 41 181 200 10 3 SELECT_VISIO OOO_CONTROL_273 Back FileTypeDialog DlgDesc Text 21 20 272 25 65539 OOO_CONTROL_274 FileTypeDialog DlgLine Line 90 234 284 0 1 FileTypeDialog DlgText Text 21 56 326 40 3 OOO_CONTROL_275 -FileTypeDialog DlgText2 Text 21 190 326 30 3 OOO_CONTROL_309 +FileTypeDialog DlgText2 Text 21 200 326 30 3 OOO_CONTROL_309 FileTypeDialog DlgTitle Text 13 6 280 25 65539 OOO_CONTROL_278 FileTypeDialog Next PushButton 230 243 66 17 3 OOO_CONTROL_134 Cancel InstallChangeFolder Banner Bitmap 0 0 374 44 1 BannerBmp diff --git a/instsetoo_native/inc_openoffice/windows/msi_templates/ControlC.idt b/instsetoo_native/inc_openoffice/windows/msi_templates/ControlC.idt index 604fc8463abb..7b69d143041a 100644 --- a/instsetoo_native/inc_openoffice/windows/msi_templates/ControlC.idt +++ b/instsetoo_native/inc_openoffice/windows/msi_templates/ControlC.idt @@ -14,6 +14,8 @@ FileTypeDialog CheckBox2 Enable &gm_p_Calc=3 OR ( !gm_p_Calc=3 AND &gm_p_Calc=-1 FileTypeDialog CheckBox2 Disable NOT ( &gm_p_Calc=3 OR ( !gm_p_Calc=3 AND &gm_p_Calc=-1 ) ) FileTypeDialog CheckBox3 Enable &gm_p_Impress=3 OR ( !gm_p_Impress=3 AND &gm_p_Impress=-1 ) FileTypeDialog CheckBox3 Disable NOT ( &gm_p_Impress=3 OR ( !gm_p_Impress=3 AND &gm_p_Impress=-1 ) ) +FileTypeDialog CheckBox4 Enable &gm_p_Draw=3 OR ( !gm_p_Draw=3 AND &gm_p_Draw=-1 ) +FileTypeDialog CheckBox4 Disable NOT ( &gm_p_Draw=3 OR ( !gm_p_Draw=3 AND &gm_p_Draw=-1 ) ) InstallWelcome Copyright Hide SHOWCOPYRIGHT="No" InstallWelcome Copyright Show SHOWCOPYRIGHT="Yes" LicenseAgreement Next Disable AgreeToLicense <> "Yes" diff --git a/instsetoo_native/inc_openoffice/windows/msi_templates/Property.idt b/instsetoo_native/inc_openoffice/windows/msi_templates/Property.idt index 979b58f0af49..a1cb18aede44 100644 --- a/instsetoo_native/inc_openoffice/windows/msi_templates/Property.idt +++ b/instsetoo_native/inc_openoffice/windows/msi_templates/Property.idt @@ -47,6 +47,7 @@ SetupType Typical SELECT_WORD 0 SELECT_EXCEL 0 SELECT_POWERPOINT 0 +SELECT_VISIO 0 STR_NEW_DISPLAY_NAME OOO_STR_NEW_DISPLAY_NAME STR_EDIT OOO_STR_EDIT STR_MS_WORD_DOCUMENT OOO_STR_MS_WORD_DOCUMENT -- cgit