mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 13:49:18 +01:00
@@ -264,7 +264,7 @@ public class JavaEditor extends Editor {
|
||||
item.addActionListener(new ActionListener() {
|
||||
public void actionPerformed(ActionEvent e) {
|
||||
try {
|
||||
new Welcome2(base, Preferences.getSketchbookPath().equals(Preferences.getOldSketchbookPath()));
|
||||
new Welcome(base, Preferences.getSketchbookPath().equals(Preferences.getOldSketchbookPath()));
|
||||
} catch (IOException ioe) {
|
||||
Messages.showWarning("Unwelcome Error",
|
||||
"Please report this error to\n" +
|
||||
|
||||
Reference in New Issue
Block a user