Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Verwiebe <info@jensverwiebe.de>2013-10-13 22:51:21 +0400
committerJens Verwiebe <info@jensverwiebe.de>2013-10-13 22:51:21 +0400
commit98d66aeb973f91b8dd13ab082b16f3d45e47636b (patch)
tree344da8c327d3d318d9d2b364640b7974035ca925 /source/blender/editors/space_file/fsmenu.c
parente4b9e28b8691d668095ddd2c20cbd64166213120 (diff)
OSX: comment cleanup
Diffstat (limited to 'source/blender/editors/space_file/fsmenu.c')
-rw-r--r--source/blender/editors/space_file/fsmenu.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/editors/space_file/fsmenu.c b/source/blender/editors/space_file/fsmenu.c
index 952e8494ef5..6237492f711 100644
--- a/source/blender/editors/space_file/fsmenu.c
+++ b/source/blender/editors/space_file/fsmenu.c
@@ -402,8 +402,7 @@ void fsmenu_read_system(struct FSMenu *fsmenu, int read_bookmarks)
#else
/* Get mounted volumes better method OSX 10.5 and higher, see: */
/*https://developer.apple.com/library/mac/#documentation/CoreFOundation/Reference/CFURLRef/Reference/reference.html*/
- /* we get all volumes here including network and do not relay on user-defined finder visibility anymore -> less confusing */
- /* TODO: find out why network volumes only show up when "touched" once and implement a "mount" perhaps */
+ /* we get all volumes sorted including network and do not relay on user-defined finder visibility, less confusing */
CFURLRef cfURL = NULL;
CFURLEnumeratorResult result = kCFURLEnumeratorSuccess;