Ticket #3882: 3882.patch

File 3882.patch, 1.4 KB (added by Artur Formella, 15 years ago)
  • _source/plugins/pastefromword/dialogs/pastefromword.js

     
    279279                                                                type : 'checkbox',
    280280                                                                id : 'ignoreFontFace',
    281281                                                                label : editor.lang.pastefromword.ignoreFontFace,
    282                                                                 'default' : true
     282                                                                'default' : pasteFromWordIgnoreFontFace
    283283                                                        },
    284284                                                        {
    285285                                                                type : 'checkbox',
    286286                                                                id : 'removeStyle',
    287                                                                 label : editor.lang.pastefromword.removeStyle
     287                                                                label : editor.lang.pastefromword.removeStyle,
     288                                                                'default' : pasteFromWordRemoveStyle
    288289                                                        }
    289290                                                ]
    290291                                        }
  • CHANGES.html

     
    4444        <p>
    4545                Fixed issues:</p>
    4646        <ul>
     47                <li><a href="http://dev.fckeditor.net/ticket/3882">#3882</a> : Fixef an issue
     48                        with PasteFromWord dialog in which default values was ignored</li>
    4749                <li><a href="http://dev.fckeditor.net/ticket/3859">#3859</a> : Fixed Flash dialog layout in Webkit</li>
    4850                <li><a href="http://dev.fckeditor.net/ticket/3852">#3852</a> : Disabled textarea resizing in dialogs</li>
    4951                <li><a href="http://dev.fckeditor.net/ticket/3781">#3781</a> : Colorbutton is now disabled in 'source' mode</li>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy