From: Pierre Ossman Date: Mon, 23 May 2011 11:21:22 +0000 (+0000) Subject: This bug has been fixed upstream, so remove the comment. X-Git-Tag: v1.1.90~339 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=bf1f26417247c2b9c794b3a25507a5a20107deab;p=tigervnc.git 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 --- 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);