From d7ffb5cb0b9b44ffe4f005a8f9c89527d092cfef Mon Sep 17 00:00:00 2001 From: William Reynish Date: Mon, 6 May 2019 13:42:06 +0200 Subject: UI: Remove wrong use of icon for Rename Active Item --- release/scripts/startup/bl_ui/space_topbar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release') diff --git a/release/scripts/startup/bl_ui/space_topbar.py b/release/scripts/startup/bl_ui/space_topbar.py index 3e7d6d98679..cb949560936 100644 --- a/release/scripts/startup/bl_ui/space_topbar.py +++ b/release/scripts/startup/bl_ui/space_topbar.py @@ -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 -- cgit v1.2.3