]> git.saurik.com Git - wxWidgets.git/commitdiff
added trailing slash
authorStefan Csomor <csomor@advancedconcepts.ch>
Wed, 25 Aug 2004 15:19:39 +0000 (15:19 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Wed, 25 Aug 2004 15:19:39 +0000 (15:19 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28886 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/utils.cpp

index 4d40792ae23e715313ee5623c1742e35851866ad..679bf3d1e5216a2abb355cfb3a811a87acb48c04 100644 (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 ;
 }