1.8.76 - Extended fileformat to ease tomboy export to vym
authorinsilmaril
Fri, 29 Jun 2007 09:43:53 +0000
changeset 53250dc461a95e0
parent 531 be24af55da40
child 533 96b0a867c0fa
1.8.76 - Extended fileformat to ease tomboy export to vym
xlinkobj.cpp
     1.1 --- a/xlinkobj.cpp	Fri Jun 29 09:43:53 2007 +0000
     1.2 +++ b/xlinkobj.cpp	Fri Jun 29 09:43:53 2007 +0000
     1.3 @@ -290,8 +290,8 @@
     1.4  		{
     1.5  			QString colAttr=attribut ("color",color.name());
     1.6  			QString widAttr=attribut ("width",QString().setNum(width,10));
     1.7 -			QString begSelAttr=attribut ("beginBranch",beginBranch->getSelectString());
     1.8 -			QString endSelAttr=attribut ("endBranch",  endBranch->getSelectString());
     1.9 +			QString begSelAttr=attribut ("beginID",beginBranch->getSelectString());
    1.10 +			QString endSelAttr=attribut ("endID",  endBranch->getSelectString());
    1.11  			s=beginElement ("xlink", colAttr +widAttr +begSelAttr +endSelAttr);
    1.12  
    1.13  			s+=endElement ("xlink");