From e06e81194b22881e2060ab9bb79603f4bad4bb17 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 26 Mar 2009 16:02:09 +0000 Subject: [PATCH] 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 --- include/wx/filename.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2