changeset 172:3fe0e68f4269

* Fixing funny typo. Chewie works on the RGB Zero-Projekt.
author mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
date Thu, 22 Jan 2009 15:35:22 +0000
parents 456634bbc430
children 454ed60ad7b2
files engine/extensions/pychan/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/engine/extensions/pychan/__init__.py	Wed Jan 21 17:07:16 2009 +0000
+++ b/engine/extensions/pychan/__init__.py	Thu Jan 22 15:35:22 2009 +0000
@@ -354,7 +354,7 @@
 	  - position,size,min_size,max_size,margins - These are assumed to be comma separated tuples
 	    of integers.
 	  - foreground_color,base_color,background_color - These are assumed to be triples or quadruples of comma
-	    separated integers. (triples: r,p,g; quadruples: r,p,g,a)
+	    separated integers. (triples: r,b,g; quadruples: r,b,g,a)
 	  - opaque,border_size,padding - These are assumed to be simple integers.
 
 	All other attributes are set verbatim as strings on the generated instance.