modif time of FS inet and FS mem files is not wxDateTime::Now, not wxDateTime::Today
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6163 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -146,7 +146,7 @@ wxFSFile* wxInternetFSHandler::OpenFile(wxFileSystem& WXUNUSED(fs), const wxStri
|
||||
right,
|
||||
info->GetMime(),
|
||||
GetAnchor(location),
|
||||
wxDateTime::Today());
|
||||
wxDateTime::Now());
|
||||
}
|
||||
else return (wxFSFile*) NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user