ossp-pkg/as/as-gui/as_assist.cpp 1.92 -> 1.93
--- as_assist.cpp 2003/01/30 23:48:00 1.92
+++ as_assist.cpp 2003/02/03 10:46:13 1.93
@@ -470,7 +470,7 @@
nMenuid = pHelppopup->insertItem(trUtf8("&Contents"), this, SLOT(helpContents()), Key_F1);
pHelppopup->setItemEnabled(nMenuid, false);
pHelppopup->insertSeparator();
- pHelppopup->insertItem(trUtf8("About &Titraq"), 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();
|
|