mirror of
https://github.com/processing/processing4.git
synced 2026-01-24 17:01:06 +01:00
updated url for help menu
This commit is contained in:
@@ -334,7 +334,7 @@ public class JavaEditor extends Editor {
|
||||
|
||||
// Ask on the Forum link opener
|
||||
item = new JMenuItem(Language.text("menu.help.ask"));
|
||||
item.addActionListener(e -> Platform.openURL(Language.text("menu.help.getting_started.url")));
|
||||
item.addActionListener(e -> Platform.openURL(Language.text("menu.help.ask.url")));
|
||||
menu.add(item);
|
||||
|
||||
menu.addSeparator();
|
||||
|
||||
Reference in New Issue
Block a user