[Uml-devel] branches/KDE/3.5/kdesdk/umbrello/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Fri Nov 3 16:42:38 UTC 2006
SVN commit 601565 by okellogg:
oops
M +2 -2 stereotype.cpp
--- branches/KDE/3.5/kdesdk/umbrello/umbrello/stereotype.cpp #601564:601565
@@ -23,8 +23,8 @@
m_BaseType = Uml::ot_Stereotype;
UMLStereotype * existing = UMLApp::app()->getDocument()->findStereotype(name);
if (existing) {
- kdError() << "UMLStereotype constructor: " << name << " already exists" << endl;
- kdBacktrace(25);
+ kdError() << "UMLStereotype constructor: " << name << " already exists"
+ << kdBacktrace(25) << endl;
}
m_refCount = 0;
}
More information about the umbrello-devel
mailing list