making error msg a little more terse

This commit is contained in:
benfry
2005-06-07 04:55:30 +00:00
parent 1cae9dc4e1
commit fc9ff5d90e
+1 -1
View File
@@ -738,7 +738,7 @@ public class PApplet extends Applet
}
String openglError =
"Before using OpenGL, you must first select " +
"Before using OpenGL, first select " +
"Import Library > opengl from the Sketch menu.";
try {