OSX regrouping

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54814 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2008-07-29 19:47:40 +00:00
parent f94a77989a
commit 26eef30437
9 changed files with 9 additions and 22 deletions

View File

@@ -1657,7 +1657,7 @@ wxString wxGetOSDirectory()
wxChar buf[256];
GetWindowsDirectory(buf, 256);
return wxString(buf);
#elif defined(__WXMAC__) && !defined(__WXOSX_IPHONE__)
#elif defined(__WXMAC__) && wxOSX_USE_CARBON
return wxMacFindFolder(kOnSystemDisk, 'macs', false);
#else
return wxEmptyString;