diff options
author | Andras Timar <atimar@suse.com> | 2012-03-20 22:50:14 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-03-20 22:53:28 +0100 |
commit | 8941a9ad0173f10b5d7cf4c7d254d79c886f36b2 (patch) | |
tree | c1e64f72ab14d9d3d5c385babd3b72a7ba572e9b /instsetoo_native/inc_sdkoo/windows | |
parent | 707609c31cc144e3d39dd04d0a85b0d13c4ce4a1 (diff) |
fix control order in MSI, this time for real
Diffstat (limited to 'instsetoo_native/inc_sdkoo/windows')
-rw-r--r-- | instsetoo_native/inc_sdkoo/windows/msi_templates/Control.idt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instsetoo_native/inc_sdkoo/windows/msi_templates/Control.idt b/instsetoo_native/inc_sdkoo/windows/msi_templates/Control.idt index 2ee3d5b84137..0219c84482f4 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 |