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:
authorSybren A. Stüvel <sybren@blender.org>2022-04-07 12:24:43 +0300
committerSybren A. Stüvel <sybren@blender.org>2022-04-07 12:27:23 +0300
commit951e43bee81ebc96da588f872816a98babc70d9a (patch)
treec6be67ad02e230025c8404f43f17763b9e5bd1d4
parent7b7c78c4dc7fd8c70b9519393624fd3baa5fc991 (diff)
Pose Library: use the right icon for the "More Info" button
-rw-r--r--release/scripts/startup/bl_ui/properties_data_armature.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/properties_data_armature.py b/release/scripts/startup/bl_ui/properties_data_armature.py
index e436fe0b18d..5228c459d8c 100644
--- a/release/scripts/startup/bl_ui/properties_data_armature.py
+++ b/release/scripts/startup/bl_ui/properties_data_armature.py
@@ -177,7 +177,7 @@ class DATA_PT_pose_library(ArmatureButtonsPanel, Panel):
col.label(text="which was replaced by the Asset Browser.")
url = self.get_manual_url()
- col.operator('wm.url_open', text="More Info", icon="WORLD").url = url
+ col.operator('wm.url_open', text="More Info", icon="URL").url = url
layout.separator()