Ticket #4750: 4750.patch

File 4750.patch, 587 bytes (added by Alfonso Martínez de Lizarrondo, 14 years ago)

Proposed patch

  • _source/plugins/dialog/plugin.js

     
    12031203                buttons : [ CKEDITOR.dialog.okButton, CKEDITOR.dialog.cancelButton ]
    12041204        };
    12051205
     1206        // The buttons in MacOS Apps are in reverse order #4750
     1207        CKEDITOR.env.mac && defaultDialogDefinition.buttons.reverse();
     1208
    12061209        // Tool function used to return an item from an array based on its id
    12071210        // property.
    12081211        var getById = function( array, id, recurse )
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy