summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/adtabdlg.cxx
diff options
context:
space:
mode:
authorFrank Meies <fme@openoffice.org>2001-06-21 14:07:11 +0000
committerFrank Meies <fme@openoffice.org>2001-06-21 14:07:11 +0000
commitb019be50cde1e6f4991fd8349ffe0f8c66822874 (patch)
tree8b059e93208a99b0687294a0e2dc731e79d1aa3a /dbaccess/source/ui/dlg/adtabdlg.cxx
parent7f6722d954c31718b8e3871c4eba25567a272745 (diff)
Fix #86988#: Redesign of dialogs
Diffstat (limited to 'dbaccess/source/ui/dlg/adtabdlg.cxx')
-rw-r--r--dbaccess/source/ui/dlg/adtabdlg.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/dlg/adtabdlg.cxx b/dbaccess/source/ui/dlg/adtabdlg.cxx
index 00122093280a..9bef0d869e4c 100644
--- a/dbaccess/source/ui/dlg/adtabdlg.cxx
+++ b/dbaccess/source/ui/dlg/adtabdlg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: adtabdlg.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: oj $ $Date: 2001-03-19 12:42:25 $
+ * last change: $Author: fme $ $Date: 2001-06-21 15:07:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -123,7 +123,7 @@ OAddTableDlg::OAddTableDlg( Window* pParent)
,aAddButton( this, ResId( PB_ADDTABLE ) )
,aCloseButton( this, ResId( PB_CLOSE ) )
,aHelpButton( this, ResId( PB_HELP ) )
- ,aGroupBoxTable( this, ResId( GB_TABLE ) )
+ ,aFixedLineTable( this, ResId( FL_TABLE ) )
,aDefaultString( ResId( STR_DEFAULT ) )
{
DBG_CTOR(OAddTableDlg,NULL);