Browse Source

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
tags/v1.1.90
DRC 13 years ago
parent
commit
41036edc88
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      vncviewer/OptionsDialog.cxx

+ 1
- 1
vncviewer/OptionsDialog.cxx View 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;


Loading…
Cancel
Save