Fix Credits link not working in About menu

This commit is contained in:
Brecht Van Lommel
2019-09-03 12:34:34 +02:00
parent 81849e7c9d
commit 85b1506c6e

View File

@@ -349,7 +349,7 @@ class TOPBAR_MT_app_about(Menu):
layout.separator()
layout.operator("wm.url_open_preset", text="Blender Website", icon='URL').type = 'BLENDER'
layout.operator("wm.url_open", text="Credits", icon='URL').type = 'CREDITS'
layout.operator("wm.url_open_preset", text="Credits", icon='URL').type = 'CREDITS'
layout.separator()