Fix T41918, Missing operator in Node Editor Menus.

This operator was renamed in rB52d7c357781237ad6f128a6b6d550b34627c2a96
but the menu entry was not renamed.
This commit is contained in:
Lukas Tönne 2014-09-23 14:04:20 +02:00
parent 2ed1b67835
commit 14ee107b1f

@ -200,7 +200,7 @@ class NODE_MT_select(Menu):
layout.separator()
layout.operator("node.select_same_type")
layout.operator("node.select_grouped")
layout.operator("node.select_same_type_step").prev = True
layout.operator("node.select_same_type_step").prev = False