diff options
author | Peter Åstrand <astrand@cendio.se> | 2004-12-30 11:32:08 +0000 |
---|---|---|
committer | Peter Åstrand <astrand@cendio.se> | 2004-12-30 11:32:08 +0000 |
commit | c81a652be369e931f913044f0f7ef1cd6743e3d4 (patch) | |
tree | 9697a5704839276d2918357f22c8d742d38f09c5 /rfbplayer | |
parent | 3b2cf07211c77bcd9ea987000c1d8b13e1782938 (diff) | |
download | tigervnc-c81a652be369e931f913044f0f7ef1cd6743e3d4.tar.gz tigervnc-c81a652be369e931f913044f0f7ef1cd6743e3d4.zip |
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
Diffstat (limited to 'rfbplayer')
-rw-r--r-- | rfbplayer/rfbplayer.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rfbplayer/rfbplayer.cxx b/rfbplayer/rfbplayer.cxx index 142ee95b..2687306e 100644 --- a/rfbplayer/rfbplayer.cxx +++ b/rfbplayer/rfbplayer.cxx @@ -578,7 +578,7 @@ void RfbPlayer::serverInit() { // 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()); |