Ticket #2260: fcktoolbarbuttonui.patch

File fcktoolbarbuttonui.patch, 567 bytes (added by Joshua Szmajda, 16 years ago)

Patch to fcktoolbarbuttonui.js

  • editor/_source/classes/fcktoolbarbuttonui.js

     
    9494                        oCell = oRow.insertCell(-1) ;
    9595                        oCell.className = 'TB_Button_Text' ;
    9696                        oCell.noWrap = true ;
    97                         oCell.appendChild( oDoc.createTextNode( this.Label ) ) ;
     97                        this.TextNode = oDoc.createTextNode( this.Label ) ;
     98                        oCell.appendChild( this.TextNode ) ;
    9899                }
    99100
    100101                if ( this.ShowArrow )
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy