Changed all user-visible strings from colour to color.
Also, the Windows viewer now accepts arguments with both spellings.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@69 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/rfbplayer/rfbplayer.cxx b/rfbplayer/rfbplayer.cxx
index 142ee95..2687306 100644
--- a/rfbplayer/rfbplayer.cxx
+++ b/rfbplayer/rfbplayer.cxx
@@ -578,7 +578,7 @@
 
   // Check on the true colour mode
   if (!(cp.pf()).trueColour)
-    throw rdr::Exception("This version plays only true colour session!");
+    throw rdr::Exception("This version plays only true color session!");
 
   // Set the session pixel format
   buffer->setPF(cp.pf());