Ticket #2961: 2961.patch
File 2961.patch, 395 bytes (added by , 14 years ago) |
---|
-
_source/plugins/newpage/plugin.js
23 23 24 24 editor.ui.addButton( 'NewPage', 25 25 { 26 label : editor.lang.new page,26 label : editor.lang.newPage, 27 27 command : 'newpage' 28 28 }); 29 29 }