[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdevelop/parts/outputviews
From:       Harald Fernengel <harald () trolltech ! com>
Date:       2002-12-10 17:19:18
[Download RAW message or body]

CVS commit by harald: 

fix the "copy&paste removes linebreaks" bug


  M +3 -3      makewidget.cpp   1.37


--- kdevelop/parts/outputviews/makewidget.cpp  #1.36:1.37
@@ -634,9 +634,9 @@ void MakeWidget::insertLine2(const QStri
     QString icon;
     if (type == Error)
-        icon = "<img src=\"error\"><nobr> </nobr>";
+        icon = "<img src=\"error\"></img><nobr> </nobr>";
     else if (type == Diagnostic)
-        icon = "<img src=\"warning\"><nobr> </nobr>";
+        icon = "<img src=\"warning\"></img><nobr> </nobr>";
     else
-        icon = "<img src=\"message\"><nobr> </nobr>";
+        icon = "<img src=\"message\"></img><nobr> </nobr>";
 
     QString color = getOutputColor( type );


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic