ossp-pkg/as/as-gui/as_assist.cpp 1.114 -> 1.115
--- as_assist.cpp 2003/02/28 17:13:25 1.114
+++ as_assist.cpp 2003/03/05 15:23:33 1.115
@@ -503,7 +503,7 @@
m_pMenubar->insertItem(trUtf8("&Help"), pHelppopup);
pHelppopup->insertItem(trUtf8("&Contents"), this, SLOT(helpContents()), Key_F1);
pHelppopup->insertSeparator();
- pHelppopup->insertItem(trUtf8("About &AS-GUI"), this, SLOT(aboutTitraq()));
+ pHelppopup->insertItem(trUtf8("About &as-gui"), this, SLOT(aboutTitraq()));
pHelppopup->insertItem(trUtf8("About &OSSP"), this, SLOT(aboutOSSP()));
pHelppopup->insertItem(trUtf8("About &Qt"), this, SLOT(aboutQt()));
pHelppopup->insertSeparator();
|
|