Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorHoward Trickey <howard.trickey@gmail.com>2012-04-19 17:59:03 +0400
committerHoward Trickey <howard.trickey@gmail.com>2012-04-19 17:59:03 +0400
commitac6b702c9326df0ba55b8bc02a149b92e7119b09 (patch)
treeeedc895db89707ad2fb282b08ac3ad69eb319099 /source
parent475ecbb0ce11d48ef41774ce1f982f992547beca (diff)
Change knife header to reflect current key binding (RMB cancels now).
Diffstat (limited to 'source')
-rw-r--r--source/blender/editors/mesh/editmesh_knife.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/mesh/editmesh_knife.c b/source/blender/editors/mesh/editmesh_knife.c
index 29006a78a29..2a8de974b82 100644
--- a/source/blender/editors/mesh/editmesh_knife.c
+++ b/source/blender/editors/mesh/editmesh_knife.c
@@ -194,7 +194,7 @@ static void knife_update_header(bContext *C, knifetool_opdata *kcd)
#define HEADER_LENGTH 170
char header[HEADER_LENGTH];
- BLI_snprintf(header, HEADER_LENGTH, "LMB: define cut lines, Return or RMB: confirm, E: new cut, Ctrl: midpoint snap (%s), "
+ BLI_snprintf(header, HEADER_LENGTH, "LMB: define cut lines, Return: confirm, Esc or RMB: cancel, E: new cut, Ctrl: midpoint snap (%s), "
"Shift: ignore snap (%s), C: angle constrain (%s), Z: cut through (%s)",
kcd->snap_midpoints? "On" : "Off",
kcd->ignore_edge_snapping? "On" : "Off",