Преглед изворни кода

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 година
родитељ
комит
57cadc119e
3 измењених фајлова са 4 додато и 4 уклоњено
  1. 1
    1
      vncviewer/OptionsDialog.cxx
  2. 1
    1
      vncviewer/parameters.cxx
  3. 2
    2
      vncviewer/vncviewer.man

+ 1
- 1
vncviewer/OptionsDialog.cxx Прегледај датотеку

@@ -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 Прегледај датотеку

@@ -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 Прегледај датотеку

@@ -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…
Откажи
Сачувај