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>2010-11-03 06:45:09 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-11-03 06:45:09 +0300
commit3db9233ae5a0a18a8d48edea1176c810303926e6 (patch)
tree822240922710777ce07c7737c60c37544260c3ca /source/blender/makesdna
parent44f3f03f0290eb6f089fd75cbfa8be9abe0f64dc (diff)
bugfix [#24483] Link/Append File Browser Typo
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_space_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_space_types.h b/source/blender/makesdna/DNA_space_types.h
index 009c7d29102..0ca31983ac5 100644
--- a/source/blender/makesdna/DNA_space_types.h
+++ b/source/blender/makesdna/DNA_space_types.h
@@ -157,7 +157,7 @@ typedef struct SpaceSeq {
} SpaceSeq;
typedef struct FileSelectParams {
- char title[24]; /* title, also used for the text of the execute button */
+ char title[32]; /* title, also used for the text of the execute button */
char dir[240]; /* directory */
char file[80]; /* file */
char renamefile[80];