summaryrefslogtreecommitdiffstats
path: root/padmin/source/newppdlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'padmin/source/newppdlg.cxx')
-rw-r--r--padmin/source/newppdlg.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/padmin/source/newppdlg.cxx b/padmin/source/newppdlg.cxx
index 8f40d66b4275..1ba410c900d0 100644
--- a/padmin/source/newppdlg.cxx
+++ b/padmin/source/newppdlg.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: newppdlg.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: obo $ $Date: 2006-03-22 10:26:08 $
+ * last change: $Author: hr $ $Date: 2006-06-19 12:16:12 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -222,7 +222,7 @@ IMPL_LINK( PPDImportDialog, ClickBtnHdl, PushButton*, pButton )
else if( pButton == &m_aSearchBtn )
{
String aPath( m_aPathBox.GetText() );
- if( chooseDirectory( this, aPath ) )
+ if( chooseDirectory( aPath ) )
{
m_aPathBox.SetText( aPath );
Import();