|
Check-in Number:
|
3959 | |
| Date: |
2003-Jan-28 17:42:10 (local)
2003-Jan-28 16:42:10 (UTC) |
| User: | ms |
| Branch: | |
| Comment: |
Remove output to standard out, to leave terminal session clean again. |
| Tickets: |
|
| Inspections: |
|
| Files: |
|
ossp-pkg/as/as-gui/as_assist.cpp 1.85 -> 1.86
--- 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.")));
- }
}
}
}
|
|