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:
@@ -136,7 +136,7 @@ bool wxDirData::Read(wxString *filename)
|
|||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
#if wxUSE_UNICODE
|
#if wxUSE_UNICODE
|
||||||
de_d_name = wxConvLibc.cMB2WC( de->d_name );
|
de_d_name = wxConvFileName->cMB2WC( de->d_name );
|
||||||
#else
|
#else
|
||||||
de_d_name = de->d_name;
|
de_d_name = de->d_name;
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user