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:
@@ -523,7 +523,7 @@ wxString wxMacFindFolder( short vol,
|
|||||||
wxString strDir ;
|
wxString strDir ;
|
||||||
|
|
||||||
if ( FSFindFolder( vol, folderType, createFolder, &fsRef) == noErr)
|
if ( FSFindFolder( vol, folderType, createFolder, &fsRef) == noErr)
|
||||||
strDir = wxMacFSRefToPath( &fsRef ) ;
|
strDir = wxMacFSRefToPath( &fsRef ) + wxFILE_SEP_PATH ;
|
||||||
|
|
||||||
return strDir ;
|
return strDir ;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user