bugfix [#24483] Link/Append File Browser Typo

This commit is contained in:
Campbell Barton 2010-11-03 03:45:09 +00:00
parent 44f3f03f02
commit 3db9233ae5

@ -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];