[Uml-devel] kdesdk/umbrello/umbrello

Oliver Kellogg okellogg at users.sourceforge.net
Tue Jul 13 20:54:21 UTC 2004


CVS commit by okellogg: 

setLinePos(): Fix debug message.


  M +2 -2      floatingtext.cpp   1.53


--- kdesdk/umbrello/umbrello/floatingtext.cpp  #1.52:1.53
@@ -77,6 +77,6 @@ void FloatingText::setLinePos(int x, int
                 setY(y);
         } else { // something is broken
-                kdDebug() << "FloatingText::setLinePositionRelatively( " << x
-                        << " , " << y << " ) - was blocked because at least one value is out of bounds: ["
+                kdDebug() << "FloatingText::setLinePos( " << x << " , " << y << " ) "
+                        << "- was blocked because at least one value is out of bounds: ["
                         << restrictPositionMin << "..." << restrictPositionMax << "]  "
                         << "origX: " << getX() << ", origY: " << getY()






More information about the umbrello-devel mailing list