From e6e2fcfc38e5ddadefa94d8fa8d5734a3465f344 Mon Sep 17 00:00:00 2001
From: William Kendrick
Date: Tue, 4 Mar 2008 17:10:01 +0000
Subject: [PATCH] Mentioned that canvas size can be changed in README (so it's
not just hidden in OPTIONS).
---
docs/CHANGES.txt | 5 +++++
docs/README.txt | 5 +++++
docs/html/README.html | 6 ++++++
3 files changed, 16 insertions(+)
diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt
index 3489f94bf..902cc20ca 100644
--- a/docs/CHANGES.txt
+++ b/docs/CHANGES.txt
@@ -35,6 +35,11 @@ $Id$
+ Added dependency on SDL_Pango.
TOYAMA Shin-ichi
+ * Documentation Improvements:
+ ---------------------------
+ * Mentioned that canvas size can be changed in README (so it's not
+ just hidden in OPTIONS).
+
* Bug Fixes
---------
* Legacy Tux Paint images (prior to Tux Paint supporting different
diff --git a/docs/README.txt b/docs/README.txt
index 80befea6d..294ca19ec 100644
--- a/docs/README.txt
+++ b/docs/README.txt
@@ -148,6 +148,11 @@ Main Screen
[(Canvas)]
+ Note: The size of the drawing canvas depends on the size of
+ Tux Paint. You can change the size of Tux Paint using the
+ Tux Paint Config. configuration tool, or by other means. See
+ the OPTIONS documentation for more details.
+
Right Side: Selector
Depending on the current tool, the selector shows different
diff --git a/docs/html/README.html b/docs/html/README.html
index 9832669dd..75d0024e4 100644
--- a/docs/html/README.html
+++ b/docs/html/README.html
@@ -204,6 +204,12 @@ New Breed Software
![[(Canvas)]](images/canvas.jpg)
+
+ Note: The size of the drawing canvas depends on the size
+ of Tux Paint. You can change the size of Tux Paint using
+ the Tux Paint Config. configuration tool, or
+ by other means. See the OPTIONS documentation
+ for more details.