Skip to content
Snippets Groups Projects
Commit 538748b1 authored by Albert Gräf's avatar Albert Gräf
Browse files

Fix up the m.help.irc menu option. Points to the http://puredata.info/community/IRC page for now.

parent cee859ae
No related branches found
No related tags found
No related merge requests found
......@@ -705,7 +705,9 @@ function nw_create_pd_window_menus(gui, w) {
}
});
minit(m.help.irc, {
click: function() { alert("Please link to the irc page") }
click: function() {
pdgui.external_doc_open("http://puredata.info/community/IRC");
}
});
minit(m.help.devtools, {
click: function () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment