]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/filename.h
use <bitmapsize> to load bitmaps at the specified size in wxToolBar's XRC handler
[wxWidgets.git] / 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