]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/filename.h
Don't look for catalogs in AddCatalogLookupPathPrefix() path directly.
[wxWidgets.git] / interface / wx / filename.h
index beeb7ff7dd98be1615c8bd9cd37c817f95edf0a6..29f79a94f65ccee4641f7e3e37029984d0f01ae2 100644 (file)
@@ -1260,6 +1260,10 @@ public:
     /**
         Sets the file creation and last access/modification times (any of the pointers
         may be @NULL).
+
+        Notice that the file creation time can't be changed under Unix, so @a
+        dtCreate is ignored there (but @true is still returned). Under Windows
+        all three times can be set.
     */
     bool SetTimes(const wxDateTime* dtAccess,
                   const wxDateTime* dtMod,