Ticket #3882: 3882_2.patch
File 3882_2.patch, 1.5 KB (added by , 14 years ago) |
---|
-
_source/plugins/pastefromword/dialogs/pastefromword.js
279 279 type : 'checkbox', 280 280 id : 'ignoreFontFace', 281 281 label : editor.lang.pastefromword.ignoreFontFace, 282 'default' : true282 'default' : editor.config.pasteFromWordIgnoreFontFace 283 283 }, 284 284 { 285 285 type : 'checkbox', 286 286 id : 'removeStyle', 287 label : editor.lang.pastefromword.removeStyle 287 label : editor.lang.pastefromword.removeStyle, 288 'default' : editor.config.pasteFromWordRemoveStyle 288 289 } 289 290 ] 290 291 } -
CHANGES.html
44 44 <p> 45 45 Fixed issues:</p> 46 46 <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> 47 49 <li><a href="http://dev.fckeditor.net/ticket/3859">#3859</a> : Fixed Flash dialog layout in Webkit</li> 48 50 <li><a href="http://dev.fckeditor.net/ticket/3852">#3852</a> : Disabled textarea resizing in dialogs</li> 49 51 <li><a href="http://dev.fckeditor.net/ticket/3781">#3781</a> : Colorbutton is now disabled in 'source' mode</li>