mirror of
https://github.com/processing/processing4.git
synced 2026-02-10 17:19:25 +01:00
more cleanup for new package setup
This commit is contained in:
@@ -577,7 +577,7 @@ public class PdeEditor extends JFrame
|
||||
});
|
||||
menu.addSeparator();
|
||||
|
||||
item = new JMenuItem("Add file...");
|
||||
item = new JMenuItem("Import...");
|
||||
item.addActionListener(new ActionListener() {
|
||||
public void actionPerformed(ActionEvent e) {
|
||||
sketch.addFile();
|
||||
|
||||
Reference in New Issue
Block a user