From 06482834252cadcb753ff1eee8b80ca01009cd1e Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Sun, 21 Feb 2010 12:36:58 +0000 Subject: [PATCH] faq -> FAQ in Base.java (matching case of file name). Adding date of 0018 release to readme. --- app/src/processing/app/Base.java | 2 +- readme.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index 05febcc4f..0c62a8b32 100644 --- a/app/src/processing/app/Base.java +++ b/app/src/processing/app/Base.java @@ -1772,7 +1772,7 @@ public class Base { static public void showFAQ() { - showReference("faq.html"); + showReference("FAQ.html"); } diff --git a/readme.txt b/readme.txt index cde4f7c18..0cb616503 100644 --- a/readme.txt +++ b/readme.txt @@ -41,7 +41,7 @@ Icon Design and Artwork created by Thomas Glaser (envis precisely). UPDATES -0018 +0018 - 2010.01.29 [core / libraries]