[Uml-devel] branches/work/soc-umbrello/umbrello
Gopala Krishna A
krishna.ggk at gmail.com
Sun Aug 24 18:38:18 UTC 2008
SVN commit 851841 by gopala:
Fixes failed loading of ClassifierWidget due to "extra" space. (type)
Thanks Oliver for the patch :)
M +1 -1 classifierwidget.cpp
--- branches/work/soc-umbrello/umbrello/classifierwidget.cpp #851840:851841
@@ -379,7 +379,7 @@
UMLClassifier *umlc = classifier();
QString tagName = umlc->isInterface() ?
- "interfacewidget" : " classwidget";
+ "interfacewidget" : "classwidget";
conceptElement = qDoc.createElement(tagName);
NewUMLRectWidget::saveToXMI( qDoc, conceptElement );
More information about the umbrello-devel
mailing list