Revision: 4439
          http://tigervnc.svn.sourceforge.net/tigervnc/?rev=4439&view=rev
Author:   ossman_
Date:     2011-05-23 11:21:22 +0000 (Mon, 23 May 2011)

Log Message:
-----------
This bug has been fixed upstream, so remove the comment.

Modified Paths:
--------------
    trunk/vncviewer/Viewport.cxx

Modified: trunk/vncviewer/Viewport.cxx
===================================================================
--- trunk/vncviewer/Viewport.cxx        2011-05-20 14:56:59 UTC (rev 4438)
+++ trunk/vncviewer/Viewport.cxx        2011-05-23 11:21:22 UTC (rev 4439)
@@ -559,7 +559,7 @@
   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);


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Tigervnc-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tigervnc-commits

Reply via email to