wxString wxWinHelpController::GetValidFilename(const wxString& file) const
{
wxString path, name, ext;
wxString wxWinHelpController::GetValidFilename(const wxString& file) const
{
wxString path, name, ext;
- wxSplitPath(file, & path, & name, & ext);
+ wxFileName::SplitPath(file, & path, & name, & ext);