diff options
author | Andras Timar <atimar@suse.com> | 2011-06-07 20:28:21 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2011-06-13 12:48:21 +0200 |
commit | b48d1ba56a2a67f785651881705c872925cecc1c (patch) | |
tree | 6ea2fa5200a7052fb48cc1fd55070ba35c2d5f93 | |
parent | 8fddc393a1608e3a8e1a515123c976a2d5bb14ac (diff) |
fix Y coordinate in previous commit
Signed-off-by: Petr Mladek <pmladek@suse.cz>
-rw-r--r-- | instsetoo_native/inc_openoffice/windows/msi_templates/Control.idt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instsetoo_native/inc_openoffice/windows/msi_templates/Control.idt b/instsetoo_native/inc_openoffice/windows/msi_templates/Control.idt index 6933d032f..bd48e9ad6 100644 --- a/instsetoo_native/inc_openoffice/windows/msi_templates/Control.idt +++ b/instsetoo_native/inc_openoffice/windows/msi_templates/Control.idt @@ -81,7 +81,7 @@ CustomSetup InstallLabel Text 8 190 220 10 3 OOO_CONTROL_57 CustomSetup ItemDescription Text 241 80 120 65 3 OOO_CONTROL_58 CustomSetup Location Text 8 203 154 20 3 OOO_CONTROL_59 CustomSetup Next PushButton 230 243 66 17 3 OOO_CONTROL_60 Cancel -CustomSetup Size Text 241 133 120 65 3 OOO_CONTROL_61 +CustomSetup Size Text 241 148 120 65 3 OOO_CONTROL_61 CustomSetup Tree SelectionTree 8 70 220 118 7 _BrowseProperty ChangeFolder CustomSetupTips Banner Bitmap 297 0 77 44 1 BannerBmp CustomSetupTips BannerLine Line 0 44 374 0 1 |