]> git.saurik.com Git - wxWidgets.git/commitdiff
no changes, just write a more detailed comment for StripExtension()
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 26 Mar 2009 16:02:09 +0000 (16:02 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 26 Mar 2009 16:02:09 +0000 (16:02 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59870 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/filename.h

index 70ebc44ed776148c462a0391208d7f08ed01ecbe..bdf955e0640f4508cac01bbf7f383b7c3d36d9b3 100644 (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