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-06-27 08:18:01 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-06-27 08:18:01 +0400
commit3ff36f928c008aa5c0f114ec0f3b83f1db85766a (patch)
treed9d07ffab5549b3463c0ced71698f510607543c6 /source/blender/editors
parentf3b7a49d5bac0179aeaaf5584fd0051ce5de1cdc (diff)
3d text tool - 'insert lorem' was crashing, also add this to the text menu.
Diffstat (limited to 'source/blender/editors')
-rw-r--r--source/blender/editors/curve/lorem.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/curve/lorem.c b/source/blender/editors/curve/lorem.c
index 7823be3df6d..52f5101f58a 100644
--- a/source/blender/editors/curve/lorem.c
+++ b/source/blender/editors/curve/lorem.c
@@ -653,5 +653,5 @@ const char ED_lorem[] = {
32, 115, 101, 100, 32, 116, 117, 114, 112, 105, 115, 32, 117, 116, 32, 100, 111, 108, 111, 114, 32, 112, 108, 97, 99, 101, 114, 97, 116, 32, 100, 105,
103, 110, 105, 115, 115, 105, 109, 46, 32, 81, 117, 105, 115, 113, 117, 101, 32, 113, 117, 105, 115, 32, 108, 101, 111, 46, 32, 67, 114, 97, 115, 32,
117, 108, 116, 114, 105, 99, 101, 115, 46, 32, 77, 97, 101, 99, 101, 110, 97, 115, 32, 104, 101, 110, 100, 114, 101, 114, 105, 116, 32, 97, 117, 99,
-116, 111, 114, 32, 116, 111, 114, 116, 111, 114, 46, 32, 69, 116, 105, 97, 109, 32, 115, 105, 116, 32, 97, 109, 101, 116, 32, 97, 114, 99, 117, 46
-};
+116, 111, 114, 32, 116, 111, 114, 116, 111, 114, 46, 32, 69, 116, 105, 97, 109, 32, 115, 105, 116, 32, 97, 109, 101, 116, 32, 97, 114, 99, 117, 46,
+0};