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:
Diffstat (limited to 'source/blender/makesdna/DNA_space_types.h')
-rw-r--r--source/blender/makesdna/DNA_space_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_space_types.h b/source/blender/makesdna/DNA_space_types.h
index e6c163d94ba..c3335f7959e 100644
--- a/source/blender/makesdna/DNA_space_types.h
+++ b/source/blender/makesdna/DNA_space_types.h
@@ -782,7 +782,7 @@ typedef struct FileSelectParams {
char _pad1[2];
/* short */
- /** XXXXX for now store type here, should be moved to the operator. */
+ /** XXX: for now store type here, should be moved to the operator. */
short type; /* eFileSelectType */
/** Settings for filter, hiding dots files. */
short flag;
@@ -797,7 +797,7 @@ typedef struct FileSelectParams {
/** Filter when (flags & FILE_FILTER) is true. */
int filter;
- /** Max number of levels in dirtree to show at once, 0 to disable recursion. */
+ /** Max number of levels in directory tree to show at once, 0 to disable recursion. */
short recursion_level;
char _pad4[2];