UI: Remove wrong use of icon for Rename Active Item

This commit is contained in:
William Reynish 2019-05-06 13:42:06 +02:00
parent 0f3f78e2b9
commit d7ffb5cb0b
1 changed files with 1 additions and 1 deletions

View File

@ -431,7 +431,7 @@ class TOPBAR_MT_edit(Menu):
layout.separator()
# Mainly to expose shortcut since this depends on the context.
props = layout.operator("wm.call_panel", text="Rename Active Item...", icon='OUTLINER_DATA_FONT')
props = layout.operator("wm.call_panel", text="Rename Active Item...")
props.name = "TOPBAR_PT_name"
props.keep_open = False