From 41036edc88c83a251d281deb78370cb4dd8b52c5 Mon Sep 17 00:00:00 2001 From: DRC Date: Tue, 23 Aug 2011 20:36:50 +0000 Subject: JPEG quality level 0 is a perfectly valid setting (NOTE: this should be exposed in the Java GUI as well if it isn't already) git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4649 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- vncviewer/OptionsDialog.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vncviewer/OptionsDialog.cxx b/vncviewer/OptionsDialog.cxx index ca5572bd..220ca962 100644 --- a/vncviewer/OptionsDialog.cxx +++ b/vncviewer/OptionsDialog.cxx @@ -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; -- cgit v1.2.3