X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/94aff795d414f4d55ecd7eda44362c4c57023ce4..17d98558b35b75e3cad68d96841b4fa5a0c7e6ee:/src/msw/stdpaths.cpp diff --git a/src/msw/stdpaths.cpp b/src/msw/stdpaths.cpp index 3667c1e954..f5fdcebafb 100644 --- a/src/msw/stdpaths.cpp +++ b/src/msw/stdpaths.cpp @@ -6,7 +6,7 @@ // Created: 2004-10-19 // RCS-ID: $Id$ // Copyright: (c) 2004 Vadim Zeitlin -// License: wxWindows license +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// // ============================================================================ @@ -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(); }