diff options
Diffstat (limited to 'rfbplayer/rfbplayer.cxx')
-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()); |