macos tweak for launching web

This commit is contained in:
benfry
2002-08-01 06:04:52 +00:00
parent f2266c1418
commit 0b18943b51

View File

@@ -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();
}