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:
authorThomas Dinges <blender@dingto.org>2013-05-09 01:05:52 +0400
committerThomas Dinges <blender@dingto.org>2013-05-09 01:05:52 +0400
commitb98550590b7a38e5a87f2d5fe3b2f5692a3d0841 (patch)
tree969a984de733db41a4f0e2b51a75d78ad49f7b1a /source/blender/editors/space_nla
parent01dc4b034f75291c37d2ad78aa6d751e39de9f69 (diff)
UI naming consistency:
* DopeSheet -> Dope Sheet. No need to glue the words together. Only changed comments and UI strings, no functional changes. Request by Dalai Felinto.
Diffstat (limited to 'source/blender/editors/space_nla')
-rw-r--r--source/blender/editors/space_nla/space_nla.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_nla/space_nla.c b/source/blender/editors/space_nla/space_nla.c
index b3d8d5d5aad..00f70fd9576 100644
--- a/source/blender/editors/space_nla/space_nla.c
+++ b/source/blender/editors/space_nla/space_nla.c
@@ -101,7 +101,7 @@ static SpaceLink *nla_new(const bContext *C)
snla = MEM_callocN(sizeof(SpaceNla), "initnla");
snla->spacetype = SPACE_NLA;
- /* allocate DopeSheet data for NLA Editor */
+ /* allocate Dope Sheet data for NLA Editor */
snla->ads = MEM_callocN(sizeof(bDopeSheet), "NlaEdit DopeSheet");
snla->ads->source = (ID *)scene;