]> source.dussan.org Git - tigervnc.git/commitdiff
This bug has been fixed upstream, so remove the comment.
authorPierre Ossman <ossman@cendio.se>
Mon, 23 May 2011 11:21:22 +0000 (11:21 +0000)
committerPierre Ossman <ossman@cendio.se>
Mon, 23 May 2011 11:21:22 +0000 (11:21 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4439 3789f03b-4d11-0410-bbf8-ca57d06f2519

vncviewer/Viewport.cxx

index 2753f42bce0d12e2f1c3218032aa23b3b3950fa9..5b98d97b7a42c540c6bc9e876ce254b1ddb96052 100644 (file)
@@ -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);