Commit: 8e2f2137460e45f5a3c89f8af3369782ac1c9efa
Author: Antonioya
Date:   Tue Dec 11 18:42:14 2018 +0100
Branches: greasepencil-object
https://developer.blender.org/rB8e2f2137460e45f5a3c89f8af3369782ac1c9efa

GP: Remove "Close" from Bottom text

This was missing in previous commit.

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

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

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

diff --git a/source/blender/editors/gpencil/gpencil_primitive.c 
b/source/blender/editors/gpencil/gpencil_primitive.c
index 6131e1ac5a5..381673c8e46 100644
--- a/source/blender/editors/gpencil/gpencil_primitive.c
+++ b/source/blender/editors/gpencil/gpencil_primitive.c
@@ -329,10 +329,10 @@ static void gpencil_primitive_status_indicators(bContext 
*C, tGPDprimitive *tgpi
                BLI_strncpy(msg_str, IFACE_("Line: ESC/RMB to cancel, LMB set 
origin, Enter/LMB to confirm, WHEEL/+- to adjust edge number, Shift to align, 
Alt to center"), UI_MAX_DRAW_STR);
        }
        else if (tgpi->type == GP_STROKE_ARC) {
-               BLI_strncpy(msg_str, IFACE_("Arc: ESC/RMB to cancel, Enter/LMB 
to confirm, WHEEL/+- to adjust edge number, Shift to square, Alt to center, F 
to flip, C to Close"), UI_MAX_DRAW_STR);
+               BLI_strncpy(msg_str, IFACE_("Arc: ESC/RMB to cancel, Enter/LMB 
to confirm, WHEEL/+- to adjust edge number, Shift to square, Alt to center, F 
to flip"), UI_MAX_DRAW_STR);
        }
        else if (tgpi->type == GP_STROKE_CURVE) {
-               BLI_strncpy(msg_str, IFACE_("Curve: ESC/RMB to cancel, 
Enter/LMB to confirm, WHEEL/+- to adjust edge number, Shift to square, Alt to 
center, C to Close"), UI_MAX_DRAW_STR);
+               BLI_strncpy(msg_str, IFACE_("Curve: ESC/RMB to cancel, 
Enter/LMB to confirm, WHEEL/+- to adjust edge number, Shift to square, Alt to 
center"), UI_MAX_DRAW_STR);
        }
        else {
                BLI_strncpy(msg_str, IFACE_("Circle: ESC/RMB to cancel, 
Enter/LMB to confirm, WHEEL/+- to adjust edge number, Shift to square, Alt to 
center"), UI_MAX_DRAW_STR);

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to