From 0cd1c6e30414e25ae27825dcb02d955bb4455730 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Mon, 7 Jul 2008 13:17:29 +0000 Subject: [PATCH] make sure mac pref files remain visible and named as before git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54522 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/fileconf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/fileconf.cpp b/src/common/fileconf.cpp index c229f690a6..eabb54ed2a 100644 --- a/src/common/fileconf.cpp +++ b/src/common/fileconf.cpp @@ -311,7 +311,7 @@ wxFileName wxFileConfig::GetLocalFile(const wxString& szFile, int style) { wxFileName fn(GetLocalDir(style), szFile); -#ifdef __UNIX__ +#if defined( __UNIX__ ) && !defined( __WXMAC__ ) if ( !(style & wxCONFIG_USE_SUBDIR) ) { // dot-files under Unix start with, well, a dot (but OTOH they usually -- 2.47.2