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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2019-07-10 13:40:18 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-07-10 15:51:30 +0300
commitdc2b562ace25e77907c12c7a68bdc680bcf9a7e9 (patch)
tree251f2018b69bd7874e2ac64c8e1410d4ef4abd7d /release/scripts/startup/bl_ui
parent7a431d40e317a3907dda98a808a3091cd128318f (diff)
Splash: use red heart icon for development fund
Now that the development fund image will disappear from the splash, this draws a little more attention to this link.
Diffstat (limited to 'release/scripts/startup/bl_ui')
-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 cd0ef52e981..382e421eecd 100644
--- a/release/scripts/startup/bl_ui/space_topbar.py
+++ b/release/scripts/startup/bl_ui/space_topbar.py
@@ -368,7 +368,7 @@ class TOPBAR_MT_app_support(Menu):
layout = self.layout
layout.operator(
- "wm.url_open", text="Development Fund", icon='URL',
+ "wm.url_open", text="Development Fund", icon='FUND',
).url = "https://fund.blender.org"
layout.separator()