Actually make use of new cool file conversion

class in wxDir.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33106 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2005-03-27 19:00:42 +00:00
parent 8474a52c32
commit 37b5dea730

View 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