diff options
Diffstat (limited to 'svx/source/dialog/multipat.cxx')
-rw-r--r-- | svx/source/dialog/multipat.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/dialog/multipat.cxx b/svx/source/dialog/multipat.cxx index e446a5525fa4..ffe42fcee276 100644 --- a/svx/source/dialog/multipat.cxx +++ b/svx/source/dialog/multipat.cxx @@ -4,9 +4,9 @@ * * $RCSfile: multipat.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2006-07-13 12:00:13 $ + * last change: $Author: kz $ $Date: 2006-07-21 10:40:36 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -233,7 +233,7 @@ SvxMultiPathDialog::SvxMultiPathDialog( Window* pParent, BOOL bEmptyAllowed ) : pImpl ( new MultiPath_Impl( bEmptyAllowed ) ) { - static long aStaticTabs[]= { 2, 0, 15 }; + static long aStaticTabs[]= { 2, 0, 12 }; aRadioLB.SvxSimpleTable::SetTabs( aStaticTabs ); String sHeader( ResId( STR_HEADER_PATHS ) ); aRadioLB.SetQuickHelpText( sHeader ); |