diff options
author | DRC <dcommander@users.sourceforge.net> | 2011-08-23 20:36:50 +0000 |
---|---|---|
committer | DRC <dcommander@users.sourceforge.net> | 2011-08-23 20:36:50 +0000 |
commit | 41036edc88c83a251d281deb78370cb4dd8b52c5 (patch) | |
tree | 23e39ed39dda59c8d67da336521feff4202f4f77 /vncviewer/OptionsDialog.cxx | |
parent | ce82f4bbcd4fe491132a0b9aa772e25159179ba1 (diff) | |
download | tigervnc-41036edc88c83a251d281deb78370cb4dd8b52c5.tar.gz tigervnc-41036edc88c83a251d281deb78370cb4dd8b52c5.zip |
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
Diffstat (limited to 'vncviewer/OptionsDialog.cxx')
-rw-r--r-- | vncviewer/OptionsDialog.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |