ossp-pkg/as/as-gui/as_slot.cpp 1.142 -> 1.143
--- as_slot.cpp 2004/08/12 16:23:26 1.142
+++ as_slot.cpp 2004/08/13 12:36:03 1.143
@@ -168,7 +168,7 @@
m_pMaintable->setDirty(); // Set data to dirty state
m_pMaintable->setCurrentCell(Select.topRow(), m_pMaintable->currentColumn());
- // According to Trolltech, insertRows() ''clears the selection(s)´´.
+ // According to Trolltech, insertRows() "clears the selection(s)".
// They are pretty wrong about that, so unfortunately we'll have to
// take care of the dirty work ourselves with a clearSelection().
m_pMaintable->clearSelection(false);
@@ -198,7 +198,7 @@
m_pMaintable->setDirty(); // Set data to dirty state
m_pMaintable->setCurrentCell(Select.bottomRow() + 1, m_pMaintable->currentColumn());
- // According to Trolltech, insertRows() ''clears the selection(s)´´.
+ // According to Trolltech, insertRows() "clears the selection(s)".
// They are pretty wrong about that, so unfortunately we'll have to
// take care of the dirty work ourselves with a clearSelection().
m_pMaintable->clearSelection(false);
|
|