From a3ba1faf30cfc8d0626a942df27af31dde92f0a7 Mon Sep 17 00:00:00 2001 From: REAS Date: Tue, 18 Feb 2003 11:14:49 +0000 Subject: [PATCH] Altering the HTML output to read Processid --- processing/app/PdeEditor.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/processing/app/PdeEditor.java b/processing/app/PdeEditor.java index ad5b91a21..781f2f82a 100644 --- a/processing/app/PdeEditor.java +++ b/processing/app/PdeEditor.java @@ -1400,7 +1400,7 @@ afterwards, some of these steps need a cleanup function ps.println(""); ps.println(""); - ps.println("" + exportSketchName + " : Built with Proce55ing"); + ps.println("" + exportSketchName + " : Built with Processing"); ps.println(""); ps.println(""); ps.println("
"); @@ -1419,7 +1419,7 @@ afterwards, some of these steps need a cleanup function ps.println(" Source code"); ps.println(" "); ps.println(" "); - ps.println(" Built with Proce55ing"); + ps.println(" Built with Processing"); ps.println(" "); ps.println(" "); ps.println("
");