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:
Stefan Csomor 2004-08-25 15:19:39 +00:00
parent cbe874bd32
commit 814af667d9

View File

@ -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 ;
}