diff options
-rw-r--r-- | uui/source/logindlg.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/uui/source/logindlg.cxx b/uui/source/logindlg.cxx index e1528afa2db2..d55cb02c2da5 100644 --- a/uui/source/logindlg.cxx +++ b/uui/source/logindlg.cxx @@ -2,9 +2,9 @@ * * $RCSfile: logindlg.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: sb $ $Date: 2001-08-08 09:14:22 $ + * last change: $Author: vg $ $Date: 2004-01-06 17:09:51 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -250,7 +250,7 @@ IMPL_LINK( LoginDialog, OKHdl_Impl, OKButton *, EMPTYARG ) IMPL_LINK( LoginDialog, PathHdl_Impl, PushButton *, EMPTYARG ) { - PathDialog* pDlg = new PathDialog( this, WB_SVLOOK ); + PathDialog* pDlg = new PathDialog( this, WB_3DLOOK ); pDlg->SetPath( aPathED.GetText() ); if ( pDlg->Execute() == RET_OK ) |