]> source.dussan.org Git - tigervnc.git/commitdiff
Don't mention cut buffers
authorPierre Ossman <ossman@cendio.se>
Tue, 29 Mar 2016 12:18:36 +0000 (14:18 +0200)
committerPierre Ossman <ossman@cendio.se>
Tue, 29 Mar 2016 12:18:36 +0000 (14:18 +0200)
We haven't supported them in a long time so we shouldn't mention
them in the interface and documentation.

vncviewer/OptionsDialog.cxx
vncviewer/parameters.cxx
vncviewer/vncviewer.man

index 55a366f1a24866a3324b9ed65a514ac5d4c9fb7d..2f9df9c4013199638f7861065c48301ad3f0819a 100644 (file)
@@ -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
 
index 1151a7c8e30e1a8d17205258d4bae9fb81549181..ad82f27c5186aee61170dfedbd844c0120741e00 100644 (file)
@@ -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
index 4b92b61174d37649ed34dba47b148a0e8329f4be..9ee616dc1b2a266ea172ebb4b0b4312cad69c5ac 100644 (file)
@@ -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