Commit: a95d3854fdf7a2a4ca82a1a932975796cfc927e9
Author: Falk David
Date:   Wed Feb 2 18:44:48 2022 +0100
Branches: greasepencil-object
https://developer.blender.org/rBa95d3854fdf7a2a4ca82a1a932975796cfc927e9

Rename undo system

===================================================================

M       source/blender/editors/gpencil/gpencil_undo.c

===================================================================

diff --git a/source/blender/editors/gpencil/gpencil_undo.c 
b/source/blender/editors/gpencil/gpencil_undo.c
index 4ea718abe69..ca29e11add5 100644
--- a/source/blender/editors/gpencil/gpencil_undo.c
+++ b/source/blender/editors/gpencil/gpencil_undo.c
@@ -589,7 +589,7 @@ static void gpencil_undosys_step_free(UndoStep *us_p)
 
 void ED_gpencil_undosys_type(UndoType *ut)
 {
-  ut->name = "Grease Pencil Draw";
+  ut->name = "Grease Pencil Undo";
   ut->poll = gpencil_undosys_poll;
   ut->step_encode = gpencil_undosys_step_encode;
   ut->step_decode = gpencil_undosys_step_decode;

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to