deprecate wxDos2UnixFilename, wxUnix2DosFilename, wxStripExtension, wxGetTempFileName, wxExpandPath, wxContractPath, wxRealPath, wxCopyAbsolutePath, wxSplitPath and provide deprecation description in the docs (for the documented functions) or directly in the header (for undocumented functions)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57872 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -112,7 +112,7 @@ wxWindow *wxFindSuitableParent()
|
||||
wxString FindExtension(const wxString& path)
|
||||
{
|
||||
wxString ext;
|
||||
wxSplitPath(path, NULL, NULL, &ext);
|
||||
wxFileName::SplitPath(path, NULL, NULL, &ext);
|
||||
|
||||
// VZ: extensions are considered not case sensitive - is this really a good
|
||||
// idea?
|
||||
|
Reference in New Issue
Block a user