no changes, just write a more detailed comment for StripExtension()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59870 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -519,7 +519,7 @@ public:
|
||||
wxString *path,
|
||||
wxPathFormat format = wxPATH_NATIVE);
|
||||
|
||||
// Strip the file extension
|
||||
// strip the file extension: "foo.bar" => "foo" (but ".baz" => ".baz")
|
||||
static wxString StripExtension(const wxString& fullpath);
|
||||
|
||||
#ifdef wxHAS_FILESYSTEM_VOLUMES
|
||||
|
Reference in New Issue
Block a user