added trailing slash
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28886 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
cbe874bd32
commit
814af667d9
@ -523,7 +523,7 @@ wxString wxMacFindFolder( short vol,
|
||||
wxString strDir ;
|
||||
|
||||
if ( FSFindFolder( vol, folderType, createFolder, &fsRef) == noErr)
|
||||
strDir = wxMacFSRefToPath( &fsRef ) ;
|
||||
strDir = wxMacFSRefToPath( &fsRef ) + wxFILE_SEP_PATH ;
|
||||
|
||||
return strDir ;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user