diff options
author | Andras Timar <andras.timar@collabora.com> | 2014-06-25 20:28:00 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2014-06-25 20:44:39 +0200 |
commit | 341f2ea55310112925e64c75c8c6f837e8887445 (patch) | |
tree | f3e7b76b3c333243ded67d3b7afbbe0996b975bf | |
parent | 032a1ebc8082254887745e76e0be5760c73157e4 (diff) |
fdo#80527 fix tab order on ReadyToInstall dialog
regression from 674db242c037020626050c8de06367808d94eaaa
Change-Id: Ia02321b7450b3f19ba02fa681a50430f78f12cfd
(cherry picked from commit 54c6f08c2061f1af1a545e6b50d447f14b806057)
Signed-off-by: Andras Timar <andras.timar@collabora.com>
-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 e05c8357b6f7..11def31caaaa 100644 --- a/instsetoo_native/inc_openoffice/windows/msi_templates/Control.idt +++ b/instsetoo_native/inc_openoffice/windows/msi_templates/Control.idt @@ -195,7 +195,7 @@ PatchWelcome TextLine2 Text 135 54 228 45 65539 OOO_CONTROL_162 ReadyToInstall Back PushButton 164 243 66 17 3 OOO_CONTROL_163 InstallNow ReadyToInstall Banner Bitmap 0 0 374 44 1 BannerBmp ReadyToInstall BannerLine Line 0 44 374 0 1 -ReadyToInstall Cancel PushButton 301 243 66 17 3 OOO_CONTROL_166 Back +ReadyToInstall Cancel PushButton 301 243 66 17 3 OOO_CONTROL_166 DesktopLink ReadyToInstall DlgDesc Text 21 23 272 25 65539 OOO_CONTROL_167 ReadyToInstall DlgLine Line 0 234 374 0 1 ReadyToInstall DlgText Text 21 51 326 20 3 OOO_CONTROL_168 |