]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/utils.cpp
Source cleaning: whitespaces, tabs, TRUE/true, FALSE/false, -1/wxID_ANY/wxDefaultCoor...
[wxWidgets.git] / 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 ;
 }