cui/source/dialogs/about.cxx | 2 +- cui/source/inc/about.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit dc9b1d2a3e8cd4b26f83688ee6f6cc740bee2d74 Author: Andras Timar <[email protected]> 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; _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
