Skip to content

Commit

Permalink
Fixed bug in previous commit of setToolTip:
Browse files Browse the repository at this point in the history
  • Loading branch information
cacaodev authored and Ross Boucher committed Mar 5, 2009
1 parent 0fdfd89 commit faac822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AppKit/CPControl.j
Expand Up @@ -328,7 +328,7 @@ var CPControlBlackColor = [CPColor blackColor];
_toolTip = aToolTip;

#if PLATFORM(DOM)
_DOMElement.title = [aToolTip cssString];
_DOMElement.title = aToolTip;
#endif
}

Expand Down

0 comments on commit faac822

Please sign in to comment.