]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/stc/stctest.cpp
Store HTML "id" parameter value in wxHtmlCell.
[wxWidgets.git] / samples / stc / stctest.cpp
index f34b476e2242e10b56767cc72e9035ea2e55527c..b42bda52d8bd906170760b39674ca263f6da971a 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     STC test application
 // Maintainer:  Otto Wyss
 // Created:     2003-09-01
-// RCS-ID:      $Id$
 // Copyright:   (c) wxGuide
 // Licence:     wxWindows licence
 //////////////////////////////////////////////////////////////////////////////
@@ -556,7 +555,7 @@ void AppFrame::CreateMenu ()
 
     // Help menu
     wxMenu *menuHelp = new wxMenu;
-    menuHelp->Append (wxID_ABOUT, _("&About ..\tShift+F1"));
+    menuHelp->Append (wxID_ABOUT, _("&About ..\tCtrl+D"));
 
     // construct menu
     m_menuBar->Append (menuFile, _("&File"));