diff --git a/include/wx/filename.h b/include/wx/filename.h index 70ebc44ed7..bdf955e064 100644 --- a/include/wx/filename.h +++ b/include/wx/filename.h @@ -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