[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [40227] trunk/blender/source: - Whitespace fixes (was commiting from windows where text editor wasn' t configured, pardon)

Sergey Sharybin g.ulairi at gmail.com
Thu Sep 15 15:14:46 CEST 2011


Revision: 40227
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=40227
Author:   nazgul
Date:     2011-09-15 13:14:46 +0000 (Thu, 15 Sep 2011)
Log Message:
-----------
- Whitespace fixes (was commiting from windows where text editor wasn't configured, pardon)
- Fixing typo in description of GP paint mode.

Modified Paths:
--------------
    trunk/blender/source/blender/editors/gpencil/gpencil_paint.c
    trunk/blender/source/creator/CMakeLists.txt

Modified: trunk/blender/source/blender/editors/gpencil/gpencil_paint.c
===================================================================
--- trunk/blender/source/blender/editors/gpencil/gpencil_paint.c	2011-09-15 13:02:37 UTC (rev 40226)
+++ trunk/blender/source/blender/editors/gpencil/gpencil_paint.c	2011-09-15 13:14:46 UTC (rev 40227)
@@ -1878,7 +1878,7 @@
 static EnumPropertyItem prop_gpencil_drawmodes[] = {
 	{GP_PAINTMODE_DRAW, "DRAW", 0, "Draw Freehand", ""},
 	{GP_PAINTMODE_DRAW_STRAIGHT, "DRAW_STRAIGHT", 0, "Draw Straight Lines", ""},
-	{GP_PAINTMODE_DRAW_POLY, "DRAW_POLY", 0, "Dtaw Poly Line", ""},
+	{GP_PAINTMODE_DRAW_POLY, "DRAW_POLY", 0, "Draw Poly Line", ""},
 	{GP_PAINTMODE_ERASER, "ERASER", 0, "Eraser", ""},
 	{0, NULL, 0, NULL, NULL}
 };

Modified: trunk/blender/source/creator/CMakeLists.txt
===================================================================
--- trunk/blender/source/creator/CMakeLists.txt	2011-09-15 13:02:37 UTC (rev 40226)
+++ trunk/blender/source/creator/CMakeLists.txt	2011-09-15 13:14:46 UTC (rev 40227)
@@ -440,12 +440,12 @@
 			DESTINATION ${TARGETDIR}
 		)
 
-               if(NOT CMAKE_CL_64)
-                       install(
-                               FILES ${LIBDIR}/iconv/lib/iconv.dll
-                               DESTINATION ${TARGETDIR}
-                       )
-               endif()
+		if(NOT CMAKE_CL_64)
+			install(
+				FILES ${LIBDIR}/iconv/lib/iconv.dll
+				DESTINATION ${TARGETDIR}
+			)
+		endif()
 	endif()
 
 	install( # same as linux!, deduplicate




More information about the Bf-blender-cvs mailing list