aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer/OptionsDialog.cxx
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2016-03-29 14:18:36 +0200
committerPierre Ossman <ossman@cendio.se>2016-03-29 14:18:36 +0200
commit57cadc119ea4d4d428992fef30a728d150e5f21e (patch)
treeb0770eb841258605179c6d9ee03ba71c8e1b12ca /vncviewer/OptionsDialog.cxx
parentf862c2e8f4a783b74b3b813c95101e4e4427893b (diff)
downloadtigervnc-57cadc119ea4d4d428992fef30a728d150e5f21e.tar.gz
tigervnc-57cadc119ea4d4d428992fef30a728d150e5f21e.zip
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.
Diffstat (limited to 'vncviewer/OptionsDialog.cxx')
-rw-r--r--vncviewer/OptionsDialog.cxx2
1 files changed, 1 insertions, 1 deletions
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