Call actually existing function

Fixes 7b2ceb8.
This commit is contained in:
Gunter Labes 2021-06-30 14:27:53 +02:00 committed by GitHub
parent b3c1289a4a
commit aa1e62aa52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -753,7 +753,7 @@ function wml_actions.label( cfg )
end
function wml_actions.open_help(cfg)
gui.open_help(cfg.topic)
gui.show_help(cfg.topic)
end
function wml_actions.redraw(cfg)