ソースを参照

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

読み込み中…
キャンセル
保存