summaryrefslogtreecommitdiff
path: root/desktop/source
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-07-01 22:15:16 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-07-01 22:15:16 +0000
commit076171a80e12865515428266c4656d903022923b (patch)
tree750585a7bb06c2c099fc2737ff8d453a694c3280 /desktop/source
parentb2e7fec36b32341e22701aac0949d8346ef55039 (diff)
INTEGRATION: CWS aquavcl08 (1.2.22); FILE MERGED
2008/06/19 10:35:14 pl 1.2.22.2: RESYNC: (1.2-1.4); FILE MERGED 2008/06/03 10:59:32 pl 1.2.22.1: #i90290# get the button text
Diffstat (limited to 'desktop/source')
-rw-r--r--desktop/source/deployment/gui/dp_gui_dialog2.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/deployment/gui/dp_gui_dialog2.cxx b/desktop/source/deployment/gui/dp_gui_dialog2.cxx
index c44aa4e80e..93fdf7940f 100644
--- a/desktop/source/deployment/gui/dp_gui_dialog2.cxx
+++ b/desktop/source/deployment/gui/dp_gui_dialog2.cxx
@@ -8,7 +8,7 @@
*
* $RCSfile: dp_gui_dialog2.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
* This file is part of OpenOffice.org.
*
@@ -1593,7 +1593,7 @@ ExtMgrDialog::ExtMgrDialog( Window *pParent, TheExtensionManager *pManager ) :
// resize update button
Size aBtnSize = m_aUpdateBtn.GetSizePixel();
- String sTitle = m_aUpdateBtn.GetDisplayText();
+ String sTitle = m_aUpdateBtn.GetText();
long nWidth = m_aUpdateBtn.GetCtrlTextWidth( sTitle );
nWidth += 2 * m_aUpdateBtn.GetTextHeight();
if ( nWidth > aBtnSize.Width() )