[Uml-devel] kdesdk/umbrello/umbrello

Jonathan Riddell jri at jriddell.org
Thu Oct 16 09:08:26 UTC 2003


CVS commit by jriddell: 

Fix bug which ment the operation name was added to the message label twice


  M +5 -5      floatingtext.cpp   1.29


--- kdesdk/umbrello/umbrello/floatingtext.cpp  #1.28:1.29
@@ -353,5 +353,5 @@ void FloatingText::showOpDlg() {
         seqNum = selectDlg.getSeqNumber();
         op = selectDlg.getOpText();
-        QString displayText = seqNum.append(": ").append(op);
+        QString displayText = seqNum + ": " + op;
         if (m_pMessage) {
                 m_pMessage->setSequenceNumber( seqNum );






More information about the umbrello-devel mailing list