OSSP CVS Repository

ossp - Check-in [4680]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 4680
Date: 2004-Aug-13 14:36:03 (local)
2004-Aug-13 12:36:03 (UTC)
User:ms
Branch:
Comment: use standard english punctuation
Tickets:
Inspections:
Files:
ossp-pkg/as/as-gui/as_slot.cpp      1.142 -> 1.143     2 inserted, 2 deleted

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);

CVSTrac 2.0.1