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>2009-10-25 02:26:28 +0300
committerCampbell Barton <ideasman42@gmail.com>2009-10-25 02:26:28 +0300
commit4aa7ddfe33716b16d8c0646d0049c38a13835df3 (patch)
tree31b19159093fa2c55c407086d1e466dc1d310986 /source/blender/editors/sound/sound_ops.c
parentbf5f63f09be085ebaec7ded41ff1991e4406f5c5 (diff)
description patch from Ron Walker
Diffstat (limited to 'source/blender/editors/sound/sound_ops.c')
-rw-r--r--source/blender/editors/sound/sound_ops.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/editors/sound/sound_ops.c b/source/blender/editors/sound/sound_ops.c
index 1121a3bcbcd..3b42fc7b382 100644
--- a/source/blender/editors/sound/sound_ops.c
+++ b/source/blender/editors/sound/sound_ops.c
@@ -103,8 +103,8 @@ void SOUND_OT_open(wmOperatorType *ot)
{
/* identifiers */
ot->name= "Open Sound";
+ ot->description= "Load a sound file.";
ot->idname= "SOUND_OT_open";
- ot->description= "Load a sound file into blender";
/* api callbacks */
ot->exec= open_exec;
@@ -154,6 +154,7 @@ void SOUND_OT_pack(wmOperatorType *ot)
{
/* identifiers */
ot->name= "Pack Sound";
+ ot->description= "Pack the sound into the current blend file.";
ot->idname= "SOUND_OT_pack";
/* api callbacks */
@@ -269,6 +270,7 @@ void SOUND_OT_unpack(wmOperatorType *ot)
{
/* identifiers */
ot->name= "Unpack Sound";
+ ot->description= "Unpack the sound to the samples filename.";
ot->idname= "SOUND_OT_unpack";
/* api callbacks */