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>2012-12-31 18:49:27 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-12-31 18:49:27 +0400
commitacc05db50faa7323e32bab988b2f28e1bb05bc51 (patch)
treeb0011d670f778c243ff81cf7d455ef298b1b0233 /source/blender/editors/space_text/CMakeLists.txt
parent334ca1d344123f4d8f54c16cf93dab9f2fdae88f (diff)
minor updates to text autocomplete api
- draw function wasn't lining up correctly since DPI edits - rename text_python.c to text_autocomplete.c
Diffstat (limited to 'source/blender/editors/space_text/CMakeLists.txt')
-rw-r--r--source/blender/editors/space_text/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_text/CMakeLists.txt b/source/blender/editors/space_text/CMakeLists.txt
index b9e4e2f0afa..a33a9abada1 100644
--- a/source/blender/editors/space_text/CMakeLists.txt
+++ b/source/blender/editors/space_text/CMakeLists.txt
@@ -36,13 +36,13 @@ set(INC_SYS
set(SRC
space_text.c
+ text_autocomplete.c
text_draw.c
text_format.c
text_format_osl.c
text_format_py.c
text_header.c
text_ops.c
- text_python.c
text_format.h
text_intern.h