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_operators
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_operators')
-rw-r--r--release/scripts/startup/bl_operators/wm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_operators/wm.py b/release/scripts/startup/bl_operators/wm.py
index 04a9a83e712..f2b885d0064 100644
--- a/release/scripts/startup/bl_operators/wm.py
+++ b/release/scripts/startup/bl_operators/wm.py
@@ -1789,7 +1789,7 @@ class WM_MT_splash(Menu):
"wm.url_open", text="Release Notes", icon='URL',
).url = "https://www.blender.org/download/releases/%d-%d/" % bpy.app.version[:2]
col2.operator(
- "wm.url_open", text="Development Fund", icon='URL'
+ "wm.url_open", text="Development Fund", icon='FUND'
).url = "https://fund.blender.org"
layout.separator()