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:
authorShaul Kedem <shaul_kedem@yahoo.com>2009-04-13 00:32:42 +0400
committerShaul Kedem <shaul_kedem@yahoo.com>2009-04-13 00:32:42 +0400
commit8a7a98cbdd7b3f4571185d294801514bb68f1213 (patch)
treef643847ef7f848d9e2f63d1e5ead59e526c0fbfc /source/blender/editors/space_sequencer/sequencer_edit.c
parent17814e8bf1c9760fa04d9cafdfbe6d908e55eb54 (diff)
sequencer op names change
Diffstat (limited to 'source/blender/editors/space_sequencer/sequencer_edit.c')
-rw-r--r--source/blender/editors/space_sequencer/sequencer_edit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/space_sequencer/sequencer_edit.c b/source/blender/editors/space_sequencer/sequencer_edit.c
index 1ae9d19a10e..f6391666cd8 100644
--- a/source/blender/editors/space_sequencer/sequencer_edit.c
+++ b/source/blender/editors/space_sequencer/sequencer_edit.c
@@ -1981,11 +1981,11 @@ static int sequencer_separate_images_exec(bContext *C, wmOperator *op)
}
-void SEQUENCER_OT_separate_images(wmOperatorType *ot)
+void SEQUENCER_OT_images_separate(wmOperatorType *ot)
{
/* identifiers */
ot->name= "Separate Images";
- ot->idname= "SEQUENCER_OT_separate_images";
+ ot->idname= "SEQUENCER_OT_images_separate";
/* api callbacks */
ot->invoke= WM_operator_confirm;