Ticket #2260: fcktoolbarbuttonui.patch
File fcktoolbarbuttonui.patch, 567 bytes (added by , 15 years ago) |
---|
-
editor/_source/classes/fcktoolbarbuttonui.js
94 94 oCell = oRow.insertCell(-1) ; 95 95 oCell.className = 'TB_Button_Text' ; 96 96 oCell.noWrap = true ; 97 oCell.appendChild( oDoc.createTextNode( this.Label ) ) ; 97 this.TextNode = oDoc.createTextNode( this.Label ) ; 98 oCell.appendChild( this.TextNode ) ; 98 99 } 99 100 100 101 if ( this.ShowArrow )