mirror of
https://github.com/processing/processing4.git
synced 2026-04-18 02:09:28 +02:00
Merge pull request #1221 from lassevonpfeil/main
Updated URL Mistake for PR #1210 and Issue #1208
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