diff options
author | Andras Timar <atimar@suse.com> | 2012-06-13 22:45:06 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-06-13 22:47:03 +0200 |
commit | dc9b1d2a3e8cd4b26f83688ee6f6cc740bee2d74 (patch) | |
tree | ecfd51b7dd420d36e644d4b5553efb862fdff36c /cui | |
parent | 36f5b29a3c9565bc8eb5c8fefbc661b4ef3a97d2 (diff) |
fdo#51046 fix tab order in About box
Change-Id: Ib15db39659faae398ae3d33f01886c43c0a3b507
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/dialogs/about.cxx | 2 | ||||
-rw-r--r-- | cui/source/inc/about.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/dialogs/about.cxx b/cui/source/dialogs/about.cxx index c0df2381b53e..ddf296fc3b7e 100644 --- a/cui/source/dialogs/about.cxx +++ b/cui/source/dialogs/about.cxx @@ -75,8 +75,8 @@ AboutDialog::AboutDialog( Window* pParent, const ResId& rId) : aCopyrightTextShadow ( this, ResId( ABOUT_COPYRIGHT_TEXT, *rId.GetResMgr() ) ), aLogoImage ( this, ResId( ABOUT_IMAGE_LOGO, *rId.GetResMgr() ) ), aCreditsButton ( this, ResId( ABOUT_BTN_CREDITS, *rId.GetResMgr() ) ), - aWebsiteButton ( this, ResId( ABOUT_BTN_WEBSITE, *rId.GetResMgr() ) ), aLicenseButton ( this, ResId( ABOUT_BTN_LICENSE, *rId.GetResMgr() ) ), + aWebsiteButton ( this, ResId( ABOUT_BTN_WEBSITE, *rId.GetResMgr() ) ), aCancelButton ( this, ResId( ABOUT_BTN_CANCEL, *rId.GetResMgr() ) ), m_aVersionTextStr(ResId(ABOUT_STR_VERSION, *rId.GetResMgr()).toString().trim()), m_aVendorTextStr(ResId(ABOUT_STR_VENDOR, *rId.GetResMgr())), diff --git a/cui/source/inc/about.hxx b/cui/source/inc/about.hxx index fb876a5efd56..7fa29cda951f 100644 --- a/cui/source/inc/about.hxx +++ b/cui/source/inc/about.hxx @@ -52,8 +52,8 @@ private: MultiLineEdit aCopyrightTextShadow; FixedImage aLogoImage; PushButton aCreditsButton; - PushButton aWebsiteButton; PushButton aLicenseButton; + PushButton aWebsiteButton; CancelButton aCancelButton; String aVersionData; |