X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/94aff795d414f4d55ecd7eda44362c4c57023ce4..ea412ac4eb9f19e3c28dfa32aa9099a81ac7c74c:/src/msw/stdpaths.cpp diff --git a/src/msw/stdpaths.cpp b/src/msw/stdpaths.cpp index 3667c1e954..42b9fa9b7e 100644 --- a/src/msw/stdpaths.cpp +++ b/src/msw/stdpaths.cpp @@ -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(); }