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>2013-01-02 05:36:36 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-01-02 05:36:36 +0400
commitab156fba3be0cf19a5f990fb6213ee5b94fa78ce (patch)
treee022b58f5d459647d88c5464fdc6281bdc21930d /source/blender/editors/sculpt_paint/CMakeLists.txt
parent4ab2fed9bb22663c61dbf4f66a5937ce760df69e (diff)
rename image paint_image_2d to lowercase (as we have for view2d).
Diffstat (limited to 'source/blender/editors/sculpt_paint/CMakeLists.txt')
-rw-r--r--source/blender/editors/sculpt_paint/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/CMakeLists.txt b/source/blender/editors/sculpt_paint/CMakeLists.txt
index 7a74385ea77..5bed31e2e52 100644
--- a/source/blender/editors/sculpt_paint/CMakeLists.txt
+++ b/source/blender/editors/sculpt_paint/CMakeLists.txt
@@ -42,7 +42,7 @@ set(SRC
paint_cursor.c
paint_hide.c
paint_image.c
- paint_image_2D.c
+ paint_image_2d.c
paint_mask.c
paint_ops.c
paint_stroke.c