[Libreoffice-commits] .: instsetoo_native/inc_ooohelppack instsetoo_native/inc_ooolangpack instsetoo_native/inc_openoffice instsetoo_native/inc_sdkoo instsetoo_native/inc_ure
Andras Timar
timar at kemper.freedesktop.org
Tue Mar 20 14:53:35 PDT 2012
instsetoo_native/inc_ooohelppack/windows/msi_templates/Control.idt | 2 +-
instsetoo_native/inc_ooolangpack/windows/msi_templates/Control.idt | 2 +-
instsetoo_native/inc_openoffice/windows/msi_templates/Control.idt | 2 +-
instsetoo_native/inc_sdkoo/windows/msi_templates/Control.idt | 2 +-
instsetoo_native/inc_ure/windows/msi_templates/Control.idt | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
New commits:
commit 8941a9ad0173f10b5d7cf4c7d254d79c886f36b2
Author: Andras Timar <atimar at suse.com>
Date: Tue Mar 20 22:50:14 2012 +0100
fix control order in MSI, this time for real
diff --git a/instsetoo_native/inc_ooohelppack/windows/msi_templates/Control.idt b/instsetoo_native/inc_ooohelppack/windows/msi_templates/Control.idt
index 9cde5eb..f798e24 100644
--- a/instsetoo_native/inc_ooohelppack/windows/msi_templates/Control.idt
+++ b/instsetoo_native/inc_ooohelppack/windows/msi_templates/Control.idt
@@ -48,7 +48,7 @@ CustomerInformation BannerLine Line 0 44 374 0 1
CustomerInformation Branding1 Text 4 229 140 13 3 {&MSSWhiteSerif8}[ProductName]
CustomerInformation Branding2 Text 3 228 140 13 65537 [ProductName]
CustomerInformation Cancel PushButton 301 243 66 17 3 OOO_CONTROL_35 NameLabel
-CustomerInformation CompanyEdit Edit 21 100 237 17 3 COMPANYNAME OOO_CONTROL_36 Next
+CustomerInformation CompanyEdit Edit 21 100 237 17 3 COMPANYNAME OOO_CONTROL_36 RadioGroup
CustomerInformation CompanyLabel Text 21 89 75 10 3 OOO_CONTROL_37 CompanyEdit
CustomerInformation DlgDesc Text 21 23 272 25 65539 OOO_CONTROL_38
CustomerInformation DlgLine Line 145 234 229 0 1
diff --git a/instsetoo_native/inc_ooolangpack/windows/msi_templates/Control.idt b/instsetoo_native/inc_ooolangpack/windows/msi_templates/Control.idt
index 9cde5eb..f798e24 100644
--- a/instsetoo_native/inc_ooolangpack/windows/msi_templates/Control.idt
+++ b/instsetoo_native/inc_ooolangpack/windows/msi_templates/Control.idt
@@ -48,7 +48,7 @@ CustomerInformation BannerLine Line 0 44 374 0 1
CustomerInformation Branding1 Text 4 229 140 13 3 {&MSSWhiteSerif8}[ProductName]
CustomerInformation Branding2 Text 3 228 140 13 65537 [ProductName]
CustomerInformation Cancel PushButton 301 243 66 17 3 OOO_CONTROL_35 NameLabel
-CustomerInformation CompanyEdit Edit 21 100 237 17 3 COMPANYNAME OOO_CONTROL_36 Next
+CustomerInformation CompanyEdit Edit 21 100 237 17 3 COMPANYNAME OOO_CONTROL_36 RadioGroup
CustomerInformation CompanyLabel Text 21 89 75 10 3 OOO_CONTROL_37 CompanyEdit
CustomerInformation DlgDesc Text 21 23 272 25 65539 OOO_CONTROL_38
CustomerInformation DlgLine Line 145 234 229 0 1
diff --git a/instsetoo_native/inc_openoffice/windows/msi_templates/Control.idt b/instsetoo_native/inc_openoffice/windows/msi_templates/Control.idt
index acd4bd0..240b178 100644
--- a/instsetoo_native/inc_openoffice/windows/msi_templates/Control.idt
+++ b/instsetoo_native/inc_openoffice/windows/msi_templates/Control.idt
@@ -51,7 +51,7 @@ CustomerInformation BannerLine Line 0 44 374 0 1
CustomerInformation Branding1 Text 4 229 88 13 3 {&MSSWhiteSerif8}[ProductName]
CustomerInformation Branding2 Text 3 228 88 13 65537 [ProductName]
CustomerInformation Cancel PushButton 301 243 66 17 3 OOO_CONTROL_35 NameLabel
-CustomerInformation CompanyEdit Edit 21 100 237 17 3 COMPANYNAME OOO_CONTROL_36 Next
+CustomerInformation CompanyEdit Edit 21 100 237 17 3 COMPANYNAME OOO_CONTROL_36 RadioGroup
CustomerInformation CompanyLabel Text 21 89 75 10 3 OOO_CONTROL_37 CompanyEdit
CustomerInformation DlgDesc Text 21 23 272 25 65539 OOO_CONTROL_38
CustomerInformation DlgLine Line 90 234 284 0 1
diff --git a/instsetoo_native/inc_sdkoo/windows/msi_templates/Control.idt b/instsetoo_native/inc_sdkoo/windows/msi_templates/Control.idt
index 2ee3d5b..0219c84 100644
--- a/instsetoo_native/inc_sdkoo/windows/msi_templates/Control.idt
+++ b/instsetoo_native/inc_sdkoo/windows/msi_templates/Control.idt
@@ -48,7 +48,7 @@ CustomerInformation BannerLine Line 0 44 374 0 1
CustomerInformation Branding1 Text 4 229 92 13 3 {&MSSWhiteSerif8}[ProductName]
CustomerInformation Branding2 Text 3 228 92 13 65537 [ProductName]
CustomerInformation Cancel PushButton 301 243 66 17 3 OOO_CONTROL_35 NameLabel
-CustomerInformation CompanyEdit Edit 21 100 237 17 3 COMPANYNAME OOO_CONTROL_36 Next
+CustomerInformation CompanyEdit Edit 21 100 237 17 3 COMPANYNAME OOO_CONTROL_36 RadioGroup
CustomerInformation CompanyLabel Text 21 89 75 10 3 OOO_CONTROL_37 CompanyEdit
CustomerInformation DlgDesc Text 21 23 272 25 65539 OOO_CONTROL_38
CustomerInformation DlgLine Line 95 234 279 0 1
diff --git a/instsetoo_native/inc_ure/windows/msi_templates/Control.idt b/instsetoo_native/inc_ure/windows/msi_templates/Control.idt
index c4640f2..69da39b 100644
--- a/instsetoo_native/inc_ure/windows/msi_templates/Control.idt
+++ b/instsetoo_native/inc_ure/windows/msi_templates/Control.idt
@@ -48,7 +48,7 @@ CustomerInformation BannerLine Line 0 44 374 0 1
CustomerInformation Branding1 Text 4 229 32 13 3 {&MSSWhiteSerif8}[ProductName]
CustomerInformation Branding2 Text 3 228 32 13 65537 [ProductName]
CustomerInformation Cancel PushButton 301 243 66 17 3 OOO_CONTROL_35 NameLabel
-CustomerInformation CompanyEdit Edit 21 100 237 17 3 COMPANYNAME OOO_CONTROL_36 Next
+CustomerInformation CompanyEdit Edit 21 100 237 17 3 COMPANYNAME OOO_CONTROL_36 RadioGroup
CustomerInformation CompanyLabel Text 21 89 75 10 3 OOO_CONTROL_37 CompanyEdit
CustomerInformation DlgDesc Text 21 23 272 25 65539 OOO_CONTROL_38
CustomerInformation DlgLine Line 35 234 339 0 1
More information about the Libreoffice-commits
mailing list