[Uml-devel] branches/KDE/3.5/kdesdk/umbrello/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Sat Dec 10 08:27:00 UTC 2005
SVN commit 487425 by okellogg:
apply commit 486186 from trunk
M +1 -1 codegenerators/tclwriter.cpp
M +1 -1 umlobject.cpp
M +1 -1 umlobject.h
--- branches/KDE/3.5/kdesdk/umbrello/umbrello/codegenerators/tclwriter.cpp #487424:487425
@@ -217,7 +217,7 @@
}
// check on enum classes
if (!classifierInfo->isInterface) {
- // use tcl-list for enum´s
+ // use tcl-list for enum's
if (c->getBaseType() == Uml::ot_Enum) {
UMLClassifierListItemList litList =
c->getFilteredList(Uml::ot_EnumLiteral);
--- branches/KDE/3.5/kdesdk/umbrello/umbrello/umlobject.cpp #487424:487425
@@ -325,7 +325,7 @@
return "";
QString name = m_pStereotype->getName();
if (includeAdornments)
- name = "«" + name + "»";
+ name = QString::fromUtf8("«") + name + QString::fromUtf8("»");
return name;
}
--- branches/KDE/3.5/kdesdk/umbrello/umbrello/umlobject.h #487424:487425
@@ -175,7 +175,7 @@
* Returns an empty string if no stereotype object is set.
*
* @param includeAdornments Include surrounding angled brackets
- * "«" and "»".
+ * "«" and "»".
* @return Returns the classes stereotype name.
*/
QString getStereotype(bool includeAdornments = false);
More information about the umbrello-devel
mailing list