[Bf-blender-cvs] [a942d97b797] master: Fix release notes showing twice in the splash-screen

Campbell Barton noreply at git.blender.org
Tue Aug 20 14:48:22 CEST 2019


Commit: a942d97b7971dc0e7add44e3e9ba1c02fb914f7d
Author: Campbell Barton
Date:   Tue Aug 20 22:46:20 2019 +1000
Branches: master
https://developer.blender.org/rBa942d97b7971dc0e7add44e3e9ba1c02fb914f7d

Fix release notes showing twice in the splash-screen

===================================================================

M	release/scripts/startup/bl_operators/wm.py

===================================================================

diff --git a/release/scripts/startup/bl_operators/wm.py b/release/scripts/startup/bl_operators/wm.py
index d59ad0694db..67dcf37d89d 100644
--- a/release/scripts/startup/bl_operators/wm.py
+++ b/release/scripts/startup/bl_operators/wm.py
@@ -1819,9 +1819,6 @@ class WM_MT_splash(Menu):
             col2.operator(
                 "wm.url_open", text="Manual", icon='URL'
             ).url = "https://docs.blender.org/manual/en/" + manual_version + "/"
-            col2.operator(
-                "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="Blender Website", icon='URL',
             ).url = "https://www.blender.org"



More information about the Bf-blender-cvs mailing list