Fix T96015: Calling wrong operator resulting in python error

Own mistake in rB86fc63c4ca9d36eae7512c5c3e640285d84415d1.
Forgot to change the call from `wm.url_open` to `wm.url_open_preset`.
This commit is contained in:
Aaron Carlisle 2022-02-24 11:10:00 -05:00
parent 8d83fc552a
commit fc8aab755a
Notes: blender-bot 2023-02-14 02:22:13 +01:00
Referenced by issue #96015, Report Bug button is Bugged (Python version bump issue)
1 changed files with 1 additions and 1 deletions

View File

@ -688,7 +688,7 @@ class TOPBAR_MT_help(Menu):
layout.separator()
layout.operator(
"wm.url_open", text="Python API Reference", icon='URL',
"wm.url_open_preset", text="Python API Reference", icon='URL',
).type = 'API'
if show_developer: