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:
authorMartin Poirier <theeth@yahoo.com>2008-03-16 19:00:00 +0300
committerMartin Poirier <theeth@yahoo.com>2008-03-16 19:00:00 +0300
commit6a2e538d98a3d28929160ebd7a2247e242e623c3 (patch)
tree7bcf96ae2f6dfd87a5c8aa5357e65745780e7e5b /source/blender/include/BIF_transform.h
parent26daad49a3fcb8fc513ff8c6a0ab491fb775a586 (diff)
== Align ==
Use pupmenu menu to select align orientation. Faster workflow than always having to change the current transform orientation beforehand.
Diffstat (limited to 'source/blender/include/BIF_transform.h')
-rw-r--r--source/blender/include/BIF_transform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/include/BIF_transform.h b/source/blender/include/BIF_transform.h
index e5be25ae729..bdc9e6ab483 100644
--- a/source/blender/include/BIF_transform.h
+++ b/source/blender/include/BIF_transform.h
@@ -105,7 +105,7 @@ int BIF_menuselectTransformOrientation(void);
void BIF_selectTransformOrientation(struct TransformOrientation *ts);
void BIF_selectTransformOrientationFromIndex(int index);
-char * BIF_menustringTransformOrientation(); /* the returned value was allocated and needs to be freed after use */
+char * BIF_menustringTransformOrientation(char *title); /* the returned value was allocated and needs to be freed after use */
int BIF_countTransformOrientation();
/* Drawing callbacks */