[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [32849] trunk/blender/source/blender/ makesdna/DNA_space_types.h: bugfix [#24483] Link/Append File Browser Typo

Campbell Barton ideasman42 at gmail.com
Wed Nov 3 04:45:15 CET 2010


Revision: 32849
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=32849
Author:   campbellbarton
Date:     2010-11-03 04:45:09 +0100 (Wed, 03 Nov 2010)

Log Message:
-----------
bugfix [#24483] Link/Append File Browser Typo

Modified Paths:
--------------
    trunk/blender/source/blender/makesdna/DNA_space_types.h

Modified: trunk/blender/source/blender/makesdna/DNA_space_types.h
===================================================================
--- trunk/blender/source/blender/makesdna/DNA_space_types.h	2010-11-03 02:50:05 UTC (rev 32848)
+++ trunk/blender/source/blender/makesdna/DNA_space_types.h	2010-11-03 03:45:09 UTC (rev 32849)
@@ -157,7 +157,7 @@
 } 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];





More information about the Bf-blender-cvs mailing list