[Uml-devel] kdesdk/umbrello/umbrello/dialogs

Brian Thomas thomas at mail630.gsfc.nasa.gov
Wed Sep 17 17:00:10 UTC 2003


CVS commit by thomas: 

fix typo


  M +1 -1      codeeditor.cpp   1.9


--- kdesdk/umbrello/umbrello/dialogs/codeeditor.cpp  #1.8:1.9
@@ -653,5 +653,5 @@ void CodeEditor::slotPasteTextBlock ( ) 
         if(m_textBlockToPaste) 
         {
-                m_parentDoc->insertTextBlock(m_textBlockToPaste, m_selectedTextBlock)
+                m_parentDoc->insertTextBlock(m_textBlockToPaste, m_selectedTextBlock); 
                 m_textBlockToPaste = 0;
                 rebuildView(m_lastPara);






More information about the umbrello-devel mailing list