]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/fs_zip.cpp
typo fixed
[wxWidgets.git] / src / common / fs_zip.cpp
index d390e17df0ea5120e0595d2311c8fe172ec5a280..a1ad5cd8f3085af3c76394766c38e99c8fee0183 100644 (file)
@@ -82,7 +82,8 @@ wxFSFile* wxZipFSHandler::OpenFile(wxFileSystem& WXUNUSED(fs), const wxString& l
         return new wxFSFile(s,
                             left + wxT("#zip:") + right,
                             GetMimeTypeFromExt(location),
-                            GetAnchor(location));
+                            GetAnchor(location),
+                            wxDateTime(wxFileModificationTime(left)));
     }
     else return NULL;
 }