[Kst] extragear/graphics/kst/src/libkst
Eli Fidler
eli at staikos.net
Thu Mar 1 23:41:02 CET 2007
SVN commit 638426 by fidler:
tagLabel() uses displayString instead of full tag ... this is only used in equations (enodes.cpp, specifically)
M +1 -1 kstobject.cpp
--- trunk/extragear/graphics/kst/src/libkst/kstobject.cpp #638425:638426
@@ -86,7 +86,7 @@
QString KstObject::tagLabel() const {
- return QString("[%1]").arg(_tag.tagString());
+ return QString("[%1]").arg(_tag.displayString());
}
More information about the Kst
mailing list