[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [48018] trunk/blender/source/blender/ editors/space_api/spacetypes.c: Collada: fix case of filename

Gaia Clary gaia.clary at machinimatrix.org
Mon Jun 18 01:48:52 CEST 2012


Revision: 48018
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=48018
Author:   gaiaclary
Date:     2012-06-17 23:48:51 +0000 (Sun, 17 Jun 2012)
Log Message:
-----------
Collada: fix case of filename

Modified Paths:
--------------
    trunk/blender/source/blender/editors/space_api/spacetypes.c

Modified: trunk/blender/source/blender/editors/space_api/spacetypes.c
===================================================================
--- trunk/blender/source/blender/editors/space_api/spacetypes.c	2012-06-17 23:28:29 UTC (rev 48017)
+++ trunk/blender/source/blender/editors/space_api/spacetypes.c	2012-06-17 23:48:51 UTC (rev 48018)
@@ -64,7 +64,7 @@
 #include "ED_clip.h"
 #include "ED_mask.h"
 
-#include "IO_ops.h"
+#include "io_ops.h"
 
 /* only call once on startup, storage is global in BKE kernel listbase */
 void ED_spacetypes_init(void)




More information about the Bf-blender-cvs mailing list