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:
authorIan Thompson <quornian@googlemail.com>2008-07-24 01:28:48 +0400
committerIan Thompson <quornian@googlemail.com>2008-07-24 01:28:48 +0400
commitd2013570a086d8af4545cf200a84cf74cb7be05f (patch)
tree9662548847dac09814cae057783aab91169ac07c /source/blender/src/usiblender.c
parent3b70337f7f247f8f394992c57c835b65fee25c03 (diff)
Refactor: Renamed text tool methods (suggestions and docs) for clarity and consistency.
Diffstat (limited to 'source/blender/src/usiblender.c')
-rw-r--r--source/blender/src/usiblender.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/usiblender.c b/source/blender/src/usiblender.c
index a45ddc73972..4e5a7dc92c7 100644
--- a/source/blender/src/usiblender.c
+++ b/source/blender/src/usiblender.c
@@ -1101,7 +1101,7 @@ void exit_usiblender(void)
free_actcopybuf();
free_vertexpaint();
free_imagepaint();
- free_suggestions();
+ free_texttools();
/* editnurb can remain to exist outside editmode */
freeNurblist(&editNurb);