]> git.saurik.com Git - wxWidgets.git/commitdiff
Actually make use of new cool file conversion
authorRobert Roebling <robert@roebling.de>
Sun, 27 Mar 2005 19:00:42 +0000 (19:00 +0000)
committerRobert Roebling <robert@roebling.de>
Sun, 27 Mar 2005 19:00:42 +0000 (19:00 +0000)
   class in wxDir.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33106 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/unix/dir.cpp

index c75d2712a42f4896739d89d59968e9f234cc6ea0..0aeffa42b8576bc44e5e4c00404eb33e5a97b135 100644 (file)
@@ -136,7 +136,7 @@ bool wxDirData::Read(wxString *filename)
             return FALSE;
             
 #if wxUSE_UNICODE
-        de_d_name = wxConvLibc.cMB2WC( de->d_name );
+        de_d_name = wxConvFileName->cMB2WC( de->d_name );
 #else
         de_d_name = de->d_name;
 #endif