From fc9ff5d90ee0c0658929612be5d22faafd46b11b Mon Sep 17 00:00:00 2001 From: benfry Date: Tue, 7 Jun 2005 04:55:30 +0000 Subject: [PATCH] making error msg a little more terse --- core/PApplet.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/PApplet.java b/core/PApplet.java index ea483fa8a..6d2da3a00 100644 --- a/core/PApplet.java +++ b/core/PApplet.java @@ -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 {