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:
Vadim Zeitlin
2009-03-26 16:02:09 +00:00
parent 181dd701fa
commit e06e81194b

View File

@@ -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