ossp-pkg/as/as-gui/as_slot.cpp 1.57 -> 1.58
--- as_slot.cpp 2002/12/13 17:44:42 1.57
+++ as_slot.cpp 2002/12/13 18:55:09 1.58
@@ -114,6 +114,11 @@
m_pMaintable->ensureCellVisible(m_pMaintable->numRows() - 1, 0); // Scroll please
}
+ updateUser(m_pPrefs->getString(TITRAQ_PREFUSER, TITRAQ_DEFUSER));
+ updateGuid(".");
+ updateCrc(".");
+ updateRev(".");
+
updateDate(*m_pDatezero);
updateStart(QTime::QTime(0, 0));
updateFinish(QTime::QTime(0, 0));
@@ -598,7 +603,7 @@
if (Dateup == *m_pDatezero) // Complete the already nasty hack
m_pMaintable->setText(m_pMaintable->currentRow(), TITRAQ_IDXDATE, trUtf8(TITRAQ_DATEZERO));
else
- m_pMaintable->setText(m_pMaintable->currentRow(), TITRAQ_IDXDATE, Dateup.toString(Qt::ISODate));
+ m_pMaintable->setText(m_pMaintable->currentRow(), TITRAQ_IDXDATE, Dateup.toString("yyyy.MM.dd"));
}
//
|
|