[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [25157] trunk/blender/source/blender/ editors/space_graph/graph_edit.c: Fixed operator name typo.

Elia Sarti vekoon at gmail.com
Mon Dec 7 01:11:17 CET 2009


Revision: 25157
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=25157
Author:   vekoon
Date:     2009-12-07 01:11:17 +0100 (Mon, 07 Dec 2009)

Log Message:
-----------
Fixed operator name typo.

Modified Paths:
--------------
    trunk/blender/source/blender/editors/space_graph/graph_edit.c

Modified: trunk/blender/source/blender/editors/space_graph/graph_edit.c
===================================================================
--- trunk/blender/source/blender/editors/space_graph/graph_edit.c	2009-12-06 22:28:59 UTC (rev 25156)
+++ trunk/blender/source/blender/editors/space_graph/graph_edit.c	2009-12-07 00:11:17 UTC (rev 25157)
@@ -386,7 +386,7 @@
 void GRAPH_OT_ghost_curves_clear (wmOperatorType *ot)
 {
 	/* identifiers */
-	ot->name= "Create Ghost Curves";
+	ot->name= "Clear Ghost Curves";
 	ot->idname= "GRAPH_OT_ghost_curves_clear";
 	ot->description= "Clear F-Curve snapshots (Ghosts) for active Graph Editor.";
 	





More information about the Bf-blender-cvs mailing list