]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/stdpaths.cpp
Ignore the time portion of the datetime object when setting the date.
[wxWidgets.git] / src / msw / stdpaths.cpp
index 3667c1e954e3ce6f1e945777f073cf4b1267b840..42b9fa9b7e5514c5d043247bcb311cb7d7ca83ae 100644 (file)
@@ -333,9 +333,6 @@ wxString wxStandardPaths::MSWGetShellDir(int csidl)
 
 wxStandardPaths::wxStandardPaths()
 {
-    // under MSW it's common to use both the applicatio nand vendor
-    UseAppInfo(AppInfo_AppName | AppInfo_VendorName);
-
     // make it possible to run uninstalled application from the build directory
     IgnoreAppBuildSubDirs();
 }