mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
macos tweak for launching web
This commit is contained in:
@@ -553,7 +553,7 @@ public class PdeBase implements ActionListener {
|
||||
} else if ((platform == MACOS9) || (platform == MACOSX)) {
|
||||
#ifdef MACOS
|
||||
try {
|
||||
MRJFileUtils.openURL("http://Proce55ing.net");
|
||||
com.apple.mrj.MRJFileUtils.openURL("http://Proce55ing.net");
|
||||
} catch (IOException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
@@ -582,7 +582,7 @@ public class PdeBase implements ActionListener {
|
||||
} else if ((platform == MACOSX) || (platform == MACOS9)) {
|
||||
#ifdef MACOS
|
||||
try {
|
||||
MRJFileUtils.openURL("http://Proce55ing.net/reference/");
|
||||
com.apple.mrj.MRJFileUtils.openURL("reference/index.html");
|
||||
} catch (IOException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user