[Libreoffice-commits] .: cui/source
Andras Timar
timar at kemper.freedesktop.org
Wed Jun 13 13:44:49 PDT 2012
cui/source/dialogs/about.cxx | 2 +-
cui/source/inc/about.hxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 097c9f295170db829a891ad999eb66660dd40267
Author: Andras Timar <atimar at suse.com>
Date: Wed Jun 13 22:45:06 2012 +0200
fdo#51046 fix tab order in About box
Change-Id: Ib15db39659faae398ae3d33f01886c43c0a3b507
diff --git a/cui/source/dialogs/about.cxx b/cui/source/dialogs/about.cxx
index c0df238..ddf296f 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 fb876a5..7fa29cd 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;
More information about the Libreoffice-commits
mailing list