Selaa lähdekoodia

Don't mention cut buffers

We haven't supported them in a long time so we shouldn't mention
them in the interface and documentation.
tags/v1.6.90
Pierre Ossman 8 vuotta sitten
vanhempi
commit
57cadc119e
3 muutettua tiedostoa jossa 4 lisäystä ja 4 poistoa
  1. 1
    1
      vncviewer/OptionsDialog.cxx
  2. 1
    1
      vncviewer/parameters.cxx
  3. 2
    2
      vncviewer/vncviewer.man

+ 1
- 1
vncviewer/OptionsDialog.cxx Näytä tiedosto

@@ -720,7 +720,7 @@ void OptionsDialog::createInputPage(int tx, int ty, int tw, int th)
sendPrimaryCheckbox = new Fl_Check_Button(LBLRIGHT(tx, ty,
CHECK_MIN_WIDTH,
CHECK_HEIGHT,
_("Send primary selection and cut buffer as clipboard")));
_("Send primary selection as clipboard")));
ty += CHECK_HEIGHT + TIGHT_MARGIN;
#endif


+ 1
- 1
vncviewer/parameters.cxx Näytä tiedosto

@@ -127,7 +127,7 @@ BoolParameter sendClipboard("SendClipboard",
"Send clipboard changes to the server", true);
#if !defined(WIN32) && !defined(__APPLE__)
BoolParameter sendPrimary("SendPrimary",
"Send the primary selection and cut buffer to the "
"Send the primary selection to the "
"server as well as the clipboard selection",
true);
#endif

+ 2
- 2
vncviewer/vncviewer.man Näytä tiedosto

@@ -163,8 +163,8 @@ Send clipboard changes to the server. Default is on.
.
.TP
.B \-SendPrimary
Send the primary selection and cut buffer to the server as well as the
clipboard selection. Default is on.
Send the primary selection to the server as well as the clipboard
selection. Default is on.
.
.TP
.B \-Maximize

Loading…
Peruuta
Tallenna