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:
authorTon Roosendaal <ton@blender.org>2011-12-13 20:44:31 +0400
committerTon Roosendaal <ton@blender.org>2011-12-13 20:44:31 +0400
commit60eba4077332257e1adcd71f6c8baa68c828c783 (patch)
tree56a378aaa4d995cc9f23c2d445307c94a7eef45f /source/blender/editors/space_clip
parent6c90a192c60d836b314c24a15547de6acee6aac7 (diff)
First Blender 2.61 commit! (Sneaked in quick tooltop fix too).
A tag will happen after this commit.
Diffstat (limited to 'source/blender/editors/space_clip')
-rw-r--r--source/blender/editors/space_clip/clip_ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_clip/clip_ops.c b/source/blender/editors/space_clip/clip_ops.c
index 491014357e4..74dd5e72014 100644
--- a/source/blender/editors/space_clip/clip_ops.c
+++ b/source/blender/editors/space_clip/clip_ops.c
@@ -201,7 +201,7 @@ void CLIP_OT_open(wmOperatorType *ot)
{
/* identifiers */
ot->name= "Open Clip";
- ot->description= "Open clip";
+ ot->description= "Load a sequence of frames or a movie file.";
ot->idname= "CLIP_OT_open";
/* api callbacks */