Fixed bug in previous commit of setToolTip:

This commit is contained in:
cacaodev
2009-03-05 14:46:25 -08:00
committed by Ross Boucher
parent 0fdfd8919f
commit faac82287f
+1 -1
View File
@@ -328,7 +328,7 @@ var CPControlBlackColor = [CPColor blackColor];
_toolTip = aToolTip;
#if PLATFORM(DOM)
_DOMElement.title = [aToolTip cssString];
_DOMElement.title = aToolTip;
#endif
}