[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Thu Feb 17 21:30:19 CET 2005
CVS commit by staikos:
Sorry Barth, can't remove -sv since it breaks existing .kst files
CCMAIL: matt at truch.net
M +1 -1 kstpsd.cpp 1.18
--- kdeextragear-2/kst/kst/kstpsd.cpp #1.17:1.18
@@ -159,5 +159,5 @@ void KstPSD::commonConstructor(const QSt
_fVector = _outputVectors.insert(FVECTOR, ov);
- ov = new KstVector(in_tag, _PSDLen);
+ ov = new KstVector(in_tag+"-sv", _PSDLen);
KST::addVectorToList(ov);
ov->setProvider(this);
More information about the Kst
mailing list