summaryrefslogtreecommitdiff
path: root/uui/source/logindlg.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2004-01-06 16:09:51 +0000
committerVladimir Glazounov <vg@openoffice.org>2004-01-06 16:09:51 +0000
commitf90bd1229dd8694544835f0739dc0cb5c2295323 (patch)
treec05caba16d90b01b4345fed154fdd0f8cab382d8 /uui/source/logindlg.cxx
parent36507bb2c3450af7a9079fe70e7894b4323afab3 (diff)
INTEGRATION: CWS vclcleanup02 (1.4.114); FILE MERGED
2003/12/04 17:07:01 mt 1.4.114.1: #i23061# Removed/Changed old StarView stuff
Diffstat (limited to 'uui/source/logindlg.cxx')
-rw-r--r--uui/source/logindlg.cxx6
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 )