]> source.dussan.org Git - tigervnc.git/commitdiff
JPEG quality level 0 is a perfectly valid setting (NOTE: this should be exposed in...
authorDRC <dcommander@users.sourceforge.net>
Tue, 23 Aug 2011 20:36:50 +0000 (20:36 +0000)
committerDRC <dcommander@users.sourceforge.net>
Tue, 23 Aug 2011 20:36:50 +0000 (20:36 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4649 3789f03b-4d11-0410-bbf8-ca57d06f2519

vncviewer/OptionsDialog.cxx

index ca5572bd148eec8f66826c2a814bcfc488b579df..220ca9629abd8a9c6206584a46f243564de52382 100644 (file)
@@ -528,7 +528,7 @@ void OptionsDialog::createCompressionPage(int tx, int ty, int tw, int th)
 
   jpegInput = new Fl_Int_Input(tx + INDENT, ty,
                                INPUT_HEIGHT, INPUT_HEIGHT,
-                               _("quality (1=poor, 9=best)"));
+                               _("quality (0=poor, 9=best)"));
   jpegInput->align(FL_ALIGN_RIGHT);
   ty += INPUT_HEIGHT + INNER_MARGIN;