[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [20233] trunk/blender/source/blender/src/ header_view3d.c: Same tooltip whether snap button is press or not ( it used to have a different one when turned on).

Martin Poirier theeth at yahoo.com
Sun May 17 01:47:17 CEST 2009


Revision: 20233
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=20233
Author:   theeth
Date:     2009-05-17 01:47:17 +0200 (Sun, 17 May 2009)

Log Message:
-----------
Same tooltip whether snap button is press or not (it used to have a different one when turned on).

Modified Paths:
--------------
    trunk/blender/source/blender/src/header_view3d.c

Modified: trunk/blender/source/blender/src/header_view3d.c
===================================================================
--- trunk/blender/source/blender/src/header_view3d.c	2009-05-16 21:16:04 UTC (rev 20232)
+++ trunk/blender/source/blender/src/header_view3d.c	2009-05-16 23:47:17 UTC (rev 20233)
@@ -5848,7 +5848,7 @@
 			uiBlockBeginAlign(block);
 
 			if (G.scene->snap_flag & SCE_SNAP) {
-				uiDefIconButBitS(block, TOG, SCE_SNAP, B_REDR, ICON_SNAP_GEO,xco,0,XIC,YIC, &G.scene->snap_flag, 0, 0, 0, 0, "Use Snap or Grid (Shift Tab)");	
+				uiDefIconButBitS(block, TOG, SCE_SNAP, B_REDR, ICON_SNAP_GEO,xco,0,XIC,YIC, &G.scene->snap_flag, 0, 0, 0, 0, "Snap while Ctrl is held during transform (Shift Tab)");	
 				xco+= XIC;
 				uiDefIconButBitS(block, TOG, SCE_SNAP_ROTATE, B_REDR, ICON_SNAP_NORMAL,xco,0,XIC,YIC, &G.scene->snap_flag, 0, 0, 0, 0, "Align rotation with the snapping target");	
 				xco+= XIC;





More information about the Bf-blender-cvs mailing list