ossp-pkg/as/as-gui/as_slot.cpp 1.136 -> 1.137
--- as_slot.cpp 2003/02/28 18:07:42 1.136
+++ as_slot.cpp 2003/03/05 20:27:34 1.137
@@ -1869,7 +1869,7 @@
void Titraqform::helpContents(void)
{
try { // Create and execute a new help contents window
- std::auto_ptr<AS::Helpanel> pHelpcont(new AS::Helpanel(this, "Helpanel"));
+ std::auto_ptr<AS::Helpanel> pHelpcont(new AS::Helpanel(TITRAQ_REFHELP, this, "Helpanel"));
pHelpcont->exec();
delete pHelpcont.release(); // Technically unnecessary, smart pointer
}
@@ -1886,10 +1886,10 @@
{
QString Namever = QString(TITRAQ_APPTITLE) + ' ' + asgui_version.v_short;
QMessageBox *pCwmsg = new QMessageBox(Namever,
- QObject::trUtf8("AS-GUI is a time and task-based\n"
+ QObject::trUtf8("The as-gui is a time and task-based\n"
"accounting system that acts as both a\n"
"work-like punch card and time tracker.\n"
- "Development of AS-GUI is sponsored by\n"
+ "Development of as-gui is sponsored by\n"
"Cable & Wireless Deutschland GmbH."),
QMessageBox::NoIcon, QMessageBox::Ok | QMessageBox::Default,
QMessageBox::NoButton, QMessageBox::NoButton,
|
|