Просмотр исходного кода

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 лет назад
Родитель
Сommit
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

Загрузка…
Отмена
Сохранить