]> git.saurik.com Git - wxWidgets.git/commitdiff
compilation fix after recent patch
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 4 Dec 2002 23:15:10 +0000 (23:15 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 4 Dec 2002 23:15:10 +0000 (23:15 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18042 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/filedlgg.cpp

index ba0010d694760382ede66982f715e1f05b6c585a..c542229e50cb79a75d140065a231155931a1e435 100644 (file)
@@ -879,7 +879,7 @@ void wxFileCtrl::GoToParentDir()
             EnsureVisible( id );
         }
 
-        m_labelDir->SetLabel(dir);
+        m_labelDir->SetLabel(m_dirName);
     }
 }