mirror of
https://github.com/processing/processing4.git
synced 2026-02-07 07:39:18 +01:00
changes for MRJFileUtiles
This commit is contained in:
@@ -874,11 +874,13 @@ public class PdeBase extends Frame implements ActionListener {
|
||||
|
||||
} else if ((platform == MACOS9) || (platform == MACOSX)) {
|
||||
#ifdef MACOS
|
||||
/*
|
||||
try {
|
||||
com.apple.mrj.MRJFileUtils.openURL("http://Proce55ing.net");
|
||||
} catch (IOException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
*/
|
||||
#endif
|
||||
|
||||
} else if (platform == LINUX) {
|
||||
@@ -903,11 +905,13 @@ public class PdeBase extends Frame implements ActionListener {
|
||||
|
||||
} else if ((platform == MACOSX) || (platform == MACOS9)) {
|
||||
#ifdef MACOS
|
||||
/*
|
||||
try {
|
||||
com.apple.mrj.MRJFileUtils.openURL("reference/index.html");
|
||||
} catch (IOException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
*/
|
||||
#endif
|
||||
|
||||
} else if (platform == LINUX) {
|
||||
|
||||
Reference in New Issue
Block a user