[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [14197] branches/ndof/source/blender/src/ header_view3d.c: corrected minor error of the merge

JLuc Peuriere jlp at nerim.net
Fri Mar 21 16:31:13 CET 2008


Revision: 14197
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=14197
Author:   lukep
Date:     2008-03-21 16:31:02 +0100 (Fri, 21 Mar 2008)

Log Message:
-----------
corrected minor error of the merge
object center button was duplicated

Modified Paths:
--------------
    branches/ndof/source/blender/src/header_view3d.c

Modified: branches/ndof/source/blender/src/header_view3d.c
===================================================================
--- branches/ndof/source/blender/src/header_view3d.c	2008-03-21 10:54:40 UTC (rev 14196)
+++ branches/ndof/source/blender/src/header_view3d.c	2008-03-21 15:31:02 UTC (rev 14197)
@@ -5606,13 +5606,6 @@
 		
 			xco+= XIC+8;
 	
-			uiDefIconButBitS(block, TOG, V3D_ALIGN, B_AROUND, ICON_ALIGN,
-				 xco,0,XIC,YIC,
-				 &G.vd->flag, 0, 0, 0, 0, "Move object centers only");	
-	
-			xco+= XIC+8;
-			uiBlockEndAlign(block);
-
 			uiBlockBeginAlign(block);
 
 			/* NDOF */





More information about the Bf-blender-cvs mailing list