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:
authorWilliam Reynish <billrey@me.com>2019-05-06 14:42:06 +0300
committerWilliam Reynish <billrey@me.com>2019-05-06 14:42:06 +0300
commitd7ffb5cb0b9b44ffe4f005a8f9c89527d092cfef (patch)
tree5df4bc3158f7e832173667f2f703dc1e4440bc82 /release
parent0f3f78e2b9a6bf39c530cd868e4ed57d4651d6fd (diff)
UI: Remove wrong use of icon for Rename Active Item
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_topbar.py2
1 files changed, 1 insertions, 1 deletions
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