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:
authorCampbell Barton <ideasman42@gmail.com>2021-04-11 06:09:27 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-04-11 06:09:27 +0300
commit1198b187b5fe3d54c2efce4f0e162d878d32b8d9 (patch)
treee1751ade62dac3c8a0e3eb8320a5db38d5f93eb5 /source/blender/editors/space_file
parent947ba0d27bf58b3efdae9617cb87a3dba0dbc0dd (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/editors/space_file')
-rw-r--r--source/blender/editors/space_file/filelist.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/editors/space_file/filelist.c b/source/blender/editors/space_file/filelist.c
index 4c9f80bfa64..c2b3a7ac0ee 100644
--- a/source/blender/editors/space_file/filelist.c
+++ b/source/blender/editors/space_file/filelist.c
@@ -3017,8 +3017,7 @@ static void filelist_readjob_main_recursive(Main *bmain, FileList *filelist)
}
}
- /* XXX TODO: if databrowse F4 or append/link
- * filelist->flags & FLF_HIDE_PARENT has to be set */
+ /* XXX TODO: if data-browse or append/link #FLF_HIDE_PARENT has to be set. */
if (!(filelist->filter_data.flags & FLF_HIDE_PARENT)) {
filelist->filelist.nbr_entries++;
}