git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22948
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
continue;
}
// add path separator at end if necessary
continue;
}
// add path separator at end if necessary
- wxString path( thePath ) ;
+ wxString path( thePath , wxConvLocal) ;
if (path.Last() != wxFILE_SEP_PATH) {
path += wxFILE_SEP_PATH;
}
if (path.Last() != wxFILE_SEP_PATH) {
path += wxFILE_SEP_PATH;
}
CFRelease( cstr );
continue;
}
CFRelease( cstr );
continue;
}
+ wxString name( cstr , wxConvLocal );
DisposePtr( cstr );
CFRelease( cfstr );
DisposePtr( cstr );
CFRelease( cfstr );