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
This commit is contained in:
@@ -311,7 +311,7 @@ wxFileName wxFileConfig::GetLocalFile(const wxString& szFile, int style)
|
|||||||
{
|
{
|
||||||
wxFileName fn(GetLocalDir(style), szFile);
|
wxFileName fn(GetLocalDir(style), szFile);
|
||||||
|
|
||||||
#ifdef __UNIX__
|
#if defined( __UNIX__ ) && !defined( __WXMAC__ )
|
||||||
if ( !(style & wxCONFIG_USE_SUBDIR) )
|
if ( !(style & wxCONFIG_USE_SUBDIR) )
|
||||||
{
|
{
|
||||||
// dot-files under Unix start with, well, a dot (but OTOH they usually
|
// dot-files under Unix start with, well, a dot (but OTOH they usually
|
||||||
|
Reference in New Issue
Block a user