diff options
author | Pierre Ossman <ossman@cendio.se> | 2011-05-23 11:21:22 +0000 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2011-05-23 11:21:22 +0000 |
commit | bf1f26417247c2b9c794b3a25507a5a20107deab (patch) | |
tree | 6dda4fe465a1ce8317efab02f45bde1d83423b66 | |
parent | 6999d3b943ff9ed3ac378a0052389ec7ad3b6edc (diff) | |
download | tigervnc-bf1f26417247c2b9c794b3a25507a5a20107deab.tar.gz tigervnc-bf1f26417247c2b9c794b3a25507a5a20107deab.zip |
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
-rw-r--r-- | vncviewer/Viewport.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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); |