[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [10720] trunk/blender/source/blender/src/ toolbox.c: Test-commit/Bugfix #6698:

Joshua Leung aligorith at gmail.com
Wed May 16 07:03:34 CEST 2007


Revision: 10720
          https://svn.blender.org//revision/?rev=10720&view=rev
Author:   aligorith
Date:     2007-05-16 07:03:33 +0200 (Wed, 16 May 2007)

Log Message:
-----------
Test-commit/Bugfix #6698: 
Wrong hotkey given in for the Remove Doubles entry in the 3d-view toolbox->edit->vertices menu.

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

Modified: trunk/blender/source/blender/src/toolbox.c
===================================================================
--- trunk/blender/source/blender/src/toolbox.c	2007-05-15 21:24:19 UTC (rev 10719)
+++ trunk/blender/source/blender/src/toolbox.c	2007-05-16 05:03:33 UTC (rev 10720)
@@ -1012,7 +1012,7 @@
 {	0, "Separate|P", 			3, 		NULL},
 {	0, "SEPR",					0, NULL},
 {	0, "Smooth|W, Alt 1", 			2, NULL},
-{	0, "Remove Doubles|W, 5", 			1, NULL},
+{	0, "Remove Doubles|W, 6", 			1, NULL},
 {	0, "SEPR",					0, NULL},
 {	0, "Make Vertex Parent|Ctrl P", 	0, NULL},
 {	0, "Add Hook|Ctrl H",		6, NULL},





More information about the Bf-blender-cvs mailing list