From: Pierre Ossman Date: Tue, 29 Mar 2016 12:18:36 +0000 (+0200) Subject: Don't mention cut buffers X-Git-Tag: v1.6.90~38 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=57cadc119ea4d4d428992fef30a728d150e5f21e;p=tigervnc.git 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. --- diff --git a/vncviewer/OptionsDialog.cxx b/vncviewer/OptionsDialog.cxx index 55a366f1..2f9df9c4 100644 --- a/vncviewer/OptionsDialog.cxx +++ b/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 diff --git a/vncviewer/parameters.cxx b/vncviewer/parameters.cxx index 1151a7c8..ad82f27c 100644 --- a/vncviewer/parameters.cxx +++ b/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 diff --git a/vncviewer/vncviewer.man b/vncviewer/vncviewer.man index 4b92b611..9ee616dc 100644 --- a/vncviewer/vncviewer.man +++ b/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