mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 10:00:42 +01:00
no longer loading environment/index.html from a local file
This commit is contained in:
@@ -294,7 +294,7 @@ public class JavaEditor extends Editor {
|
||||
menu.add(item);
|
||||
|
||||
item = new JMenuItem(Language.text("menu.help.environment"));
|
||||
item.addActionListener(e -> showReference("environment" + File.separator + "index.html"));
|
||||
item.addActionListener(e -> showReference("environment/index.html"));
|
||||
menu.add(item);
|
||||
|
||||
item = new JMenuItem(Language.text("menu.help.reference"));
|
||||
|
||||
Reference in New Issue
Block a user