Wrong description in WM_OT_call_menu

This commit is contained in:
Martin Poirier 2009-12-27 17:57:24 +00:00
parent 0767cdd4a0
commit d1f1583c79

@ -1098,7 +1098,7 @@ static void WM_OT_call_menu(wmOperatorType *ot)
ot->invoke= wm_call_menu_invoke;
RNA_def_string(ot->srna, "name", "", BKE_ST_MAXNAME, "Name", "Name of the new sequence strip");
RNA_def_string(ot->srna, "name", "", BKE_ST_MAXNAME, "Name", "Name of the menu");
}
/* ************ window / screen operator definitions ************** */