Fix release notes showing twice in the splash-screen

This commit is contained in:
Campbell Barton
2019-08-20 22:46:20 +10:00
parent 8919c1cad5
commit a942d97b79

View File

@@ -1819,9 +1819,6 @@ class WM_MT_splash(Menu):
col2.operator( col2.operator(
"wm.url_open", text="Manual", icon='URL' "wm.url_open", text="Manual", icon='URL'
).url = "https://docs.blender.org/manual/en/" + manual_version + "/" ).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( col2.operator(
"wm.url_open", text="Blender Website", icon='URL', "wm.url_open", text="Blender Website", icon='URL',
).url = "https://www.blender.org" ).url = "https://www.blender.org"