X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/81915974f6986634d17833ae69106091b9562a06..006713a2607d6344dbdf1e73ec4aedb130f26acb:/src/common/fs_inet.cpp diff --git a/src/common/fs_inet.cpp b/src/common/fs_inet.cpp index 4a06c7c460..6c2eeb52e2 100644 --- a/src/common/fs_inet.cpp +++ b/src/common/fs_inet.cpp @@ -126,7 +126,8 @@ wxFSFile* wxInternetFSHandler::OpenFile(wxFileSystem& WXUNUSED(fs), const wxStri return new wxFSFile(s, right, info->GetMime(), - GetAnchor(location)); + GetAnchor(location), + wxDateTime::Today()); } else return (wxFSFile*) NULL; }