From bf1f26417247c2b9c794b3a25507a5a20107deab Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Mon, 23 May 2011 11:21:22 +0000 Subject: [PATCH] This bug has been fixed upstream, so remove the comment. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4439 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- vncviewer/Viewport.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vncviewer/Viewport.cxx b/vncviewer/Viewport.cxx index 2753f42b..5b98d97b 100644 --- a/vncviewer/Viewport.cxx +++ b/vncviewer/Viewport.cxx @@ -559,7 +559,7 @@ void Viewport::initContextMenu() CharArray sendMenuKey(64); snprintf(sendMenuKey.buf, 64, _("Send %s"), "F8"); // FIXME contextMenu->add(sendMenuKey.buf, 0, NULL, (void*)ID_MENUKEY, 0); - contextMenu->add("Secret shortcut menu key", FL_F + 8, NULL, (void*)ID_MENUKEY, FL_MENU_INVISIBLE); // Broken, see STR2613 + contextMenu->add("Secret shortcut menu key", FL_F + 8, NULL, (void*)ID_MENUKEY, FL_MENU_INVISIBLE); contextMenu->add(_("Send Ctrl-Alt-Del"), 0, NULL, (void*)ID_CTRLALTDEL, FL_MENU_DIVIDER); contextMenu->add(_("Refresh screen"), 0, NULL, (void*)ID_REFRESH, FL_MENU_DIVIDER); -- 2.39.5