[Uml-devel] kdesdk/umbrello/umbrello/clipboard
Oliver Kellogg
okellogg at users.sourceforge.net
Sun Nov 9 08:07:14 UTC 2003
CVS commit by okellogg:
getClip3TypeAndID(): Correct the error message for the invalid ID case.
M +1 -1 umldrag.cpp 1.18
--- kdesdk/umbrello/umbrello/clipboard/umldrag.cpp #1.17:1.18
@@ -511,5 +511,5 @@ bool UMLDrag::getClip3TypeAndID(const QM
QString idStr = listItemElement.attribute( "id", "-1" );
if (idStr == "-1") {
- kdDebug() << "getClip3Type: bad type" << endl;
+ kdDebug() << "getClip3Type: bad id" << endl;
return false;
}
More information about the umbrello-devel
mailing list