ossp-pkg/as/as-gui/as_assist.cpp 1.112 -> 1.113
--- as_assist.cpp 2003/02/21 23:42:09 1.112
+++ as_assist.cpp 2003/02/27 13:57:47 1.113
@@ -501,8 +501,7 @@
if (pHelppopup == NULL) // Sanity check
throw Genexcept("Main window help popup creation failed.");
m_pMenubar->insertItem(trUtf8("&Help"), pHelppopup);
- nMenuid = pHelppopup->insertItem(trUtf8("&Contents"), this, SLOT(helpContents()), Key_F1);
- pHelppopup->setItemEnabled(nMenuid, false);
+ pHelppopup->insertItem(trUtf8("&Contents"), this, SLOT(helpContents()), Key_F1);
pHelppopup->insertSeparator();
pHelppopup->insertItem(trUtf8("About &AS-GUI"), this, SLOT(aboutTitraq()));
pHelppopup->insertItem(trUtf8("About &OSSP"), this, SLOT(aboutOSSP()));
|
|