]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/fs_inet.cpp
Removed unnecessary code from utilsunx.cpp
[wxWidgets.git] / src / common / fs_inet.cpp
index 05bf75c3486c06ef5217b36229fe837e56356c52..af90f422350048cb63bd6cccdd9a5dabf7d9e64d 100644 (file)
@@ -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;
 }