trying to clean up DetailPanel

This commit is contained in:
Ben Fry
2016-11-05 14:05:07 -04:00
parent 10104cc009
commit 7a719e1b5e
6 changed files with 85 additions and 93 deletions

View File

@@ -211,8 +211,8 @@ public class Compiler {
String suggestion = importSuggestions.get(what);
if (suggestion != null) {
System.err.println("You may need to add \"import " + suggestion + ";\" to the top of your sketch.");
System.err.println("To make sketches more portable, imports that are not part of the Processing API have been removed from Processing 2.0.");
System.err.println("See the changes page for more information: http://wiki.processing.org/w/Changes");
System.err.println("To make sketches more portable, imports that are not part of the Processing API were removed in Processing 2.");
System.err.println("See the changes page for more information: https://github.com/processing/processing/wiki/Changes");
}
}