Index: ossp-pkg/as/as-gui/as_assist.cpp RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/as_assist.cpp,v rcsdiff -q -kk '-r1.85' '-r1.86' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/as_assist.cpp,v' 2>/dev/null --- as_assist.cpp 2003/01/28 16:41:15 1.85 +++ as_assist.cpp 2003/01/28 16:42:10 1.86 @@ -1057,10 +1057,8 @@ m_pStatbar->message(trUtf8("Loaded document ") + *this->getFilename(), 4000); m_pMaintable->ensureCellVisible(m_pMaintable->currentRow(), 0); } - else { // The inital file name does not correspond to a file -// qWarning((QString("The file ") + qApp->argv()[nIter] + QString(" does not exist.")).ascii()); + else // The inital file name does not correspond to a file m_pStatbar->message(trUtf8(QString("The file ") + qApp->argv()[nIter] + QString(" does not exist."))); - } } } }