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:
authorBastien Montagne <montagne29@wanadoo.fr>2015-12-14 21:20:31 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2015-12-14 21:24:05 +0300
commit6f6c26bdb48a6e6d4e350ca6e1a5f0c6347635a7 (patch)
tree8d4d2d244926528f58518c32c254aa6e9f2db24e /source/blender/makesdna/DNA_scene_types.h
parent1fbd74296df79fff2b4fd3234ea20b0ade51b0f9 (diff)
Usual i18n fixes, and cleanup: fix 'randomise' -> 'randomize' spelling in code.
Diffstat (limited to 'source/blender/makesdna/DNA_scene_types.h')
-rw-r--r--source/blender/makesdna/DNA_scene_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h
index 4052b97bc9c..42418f87bbd 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -1079,7 +1079,7 @@ typedef enum eGP_EditBrush_Types {
GP_EDITBRUSH_TYPE_PUSH = 3,
GP_EDITBRUSH_TYPE_TWIST = 4,
GP_EDITBRUSH_TYPE_PINCH = 5,
- GP_EDITBRUSH_TYPE_RANDOMISE = 6,
+ GP_EDITBRUSH_TYPE_RANDOMIZE = 6,
GP_EDITBRUSH_TYPE_SUBDIVIDE = 7,
GP_EDITBRUSH_TYPE_SIMPLIFY = 8,
GP_EDITBRUSH_TYPE_CLONE = 9,