xml.cpp
changeset 100 f79a53ee8cf6
parent 97 0b048b6bb6f4
child 103 c810a11d11d9
     1.1 --- a/xml.cpp	Thu Apr 21 19:14:38 2005 +0000
     1.2 +++ b/xml.cpp	Wed May 18 07:39:51 2005 +0000
     1.3 @@ -106,14 +106,14 @@
     1.4  				col.setNamedColor(atts.value("linkColor"));
     1.5  				me->setLinkColor(col);
     1.6  			}	
     1.7 -			if (!atts.value( "xlinkColor").isEmpty() ) 
     1.8 +			if (!atts.value( "defXLinkColor").isEmpty() ) 
     1.9  			{
    1.10 -				col.setNamedColor(atts.value("xlinkColor"));
    1.11 +				col.setNamedColor(atts.value("defXLinkColor"));
    1.12  				me->setDefXLinkColor(col);
    1.13  			}	
    1.14 -			if (!atts.value( "xlinkWidth").isEmpty() ) 
    1.15 +			if (!atts.value( "defXLinkWidth").isEmpty() ) 
    1.16  			{
    1.17 -				me->setDefXLinkWidth(atts.value("xlinkWidth").toInt ());
    1.18 +				me->setDefXLinkWidth(atts.value("defXLinkWidth").toInt ());
    1.19  			}	
    1.20  		}	
    1.21  	} else if ( eName == "select" && state == StateMap )