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
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2007-04-03 12:20:17 +0400
committerCampbell Barton <ideasman42@gmail.com>2007-04-03 12:20:17 +0400
commit5371d956df8a209ea0eff04b6a5df4604641e726 (patch)
tree4316253410616adf181ef9800fa8f4f44e8a18a1 /source/blender/src/toolbox.c
parent70869641df8e6e38e4a3e3a8cce542349e9f81ea (diff)
curve center didnt update curve data.
add_mesh_torus - print's wernt removed others, changed user visible text to american spelling - center
Diffstat (limited to 'source/blender/src/toolbox.c')
-rw-r--r--source/blender/src/toolbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/toolbox.c b/source/blender/src/toolbox.c
index 298ffc28226..e7f9584526b 100644
--- a/source/blender/src/toolbox.c
+++ b/source/blender/src/toolbox.c
@@ -1182,7 +1182,7 @@ static TBitem tb_view_dt[]= {
{ -1, "", 0, tb_do_view_dt}};
static TBitem tb_view_alignview[]= {
-{ 0, "Centre View to Cursor|C", 'c', NULL},
+{ 0, "Center View to Cursor|C", 'c', NULL},
{ 0, "Align Active Camera to View|Ctrl Alt NumPad 0",
TB_CTRL|TB_ALT|TB_PAD|'0', NULL},
{ 0, "Align View to Selected|NumPad *", TB_PAD|'*', NULL},