Fix typos.

pull/1/head
Darrell Anderson 13 years ago
parent 505c28418e
commit ba7ac61179

@ -294,7 +294,7 @@
<xsl:value-of select="$nlIndent8"/> <xsl:value-of select="$nlIndent8"/>
<xsl:value-of select="concat($object, '.', $method, <xsl:value-of select="concat($object, '.', $method,
'( new TQSize( ', kde:if(width, width, 0), ', ' '( new TQSize( ', kde:if(width, width, 0), ', '
, kde:if(heigth, heigth, 0), , kde:if(height, height, 0),
' ) );')"/> ' ) );')"/>
</xsl:template> </xsl:template>

Loading…
Cancel
Save