From 57cadc119ea4d4d428992fef30a728d150e5f21e Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Tue, 29 Mar 2016 14:18:36 +0200 Subject: 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. --- vncviewer/OptionsDialog.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vncviewer/OptionsDialog.cxx') 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 -- cgit v1.2.3