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-04 17:18:41 +0400
committerCampbell Barton <ideasman42@gmail.com>2007-04-04 17:18:41 +0400
commitafdd54fa3720c267f30e48ed45c449d80449bac0 (patch)
tree3192044fa53f6e1fd3d1b0256963c2d4c090d700 /source/blender/src/toolbox.c
parent203e6ed82b444786d7999e88cebef84d6d429765 (diff)
moved source and text to american spelling
* colour -> color * centre -> center * normalise -> normalize * modelling -> modeling
Diffstat (limited to 'source/blender/src/toolbox.c')
-rw-r--r--source/blender/src/toolbox.c8
1 files changed, 4 insertions, 4 deletions
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;
}