From afdd54fa3720c267f30e48ed45c449d80449bac0 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 4 Apr 2007 13:18:41 +0000 Subject: moved source and text to american spelling * colour -> color * centre -> center * normalise -> normalize * modelling -> modeling --- source/blender/src/toolbox.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/blender/src/toolbox.c') diff --git a/source/blender/src/toolbox.c b/source/blender/src/toolbox.c index e7f9584526b..dcbdf5758b1 100644 --- a/source/blender/src/toolbox.c +++ b/source/blender/src/toolbox.c @@ -1322,13 +1322,13 @@ static void tb_do_transform(void *arg, int event) else G.scene->proportional= 1; break; case 10: - docentre(0); + docenter(0); break; case 11: - docentre_new(); + docenter_new(); break; case 12: - docentre_cursor(); + docenter_cursor(); break; } allqueue(REDRAWVIEW3D, 0); @@ -1706,7 +1706,7 @@ static uiBlock *tb_makemenu(void *arg) if(U.uiflag & USER_PLAINMENUS) uiBlockSetDirection(block, UI_RIGHT); else - uiBlockSetDirection(block, UI_RIGHT|UI_CENTRE); + uiBlockSetDirection(block, UI_RIGHT|UI_CENTER); return block; } -- cgit v1.2.3