Index: /CKEditor/trunk/CHANGES.html
===================================================================
--- /CKEditor/trunk/CHANGES.html	(revision 7502)
+++ /CKEditor/trunk/CHANGES.html	(revision 7503)
@@ -45,4 +45,5 @@
 			Fixed issues:</p>
 	<ul>
+		<li><a href="http://dev.ckeditor.com/ticket/9043">#9043</a> : Command newpage didn't return its name when afterCommandExec event was fired.</li>
 		<li><a href="http://dev.ckeditor.com/ticket/9015">#9015</a> : Applied ARIA label on dialog file input element.</li>
 		<li><a href="http://dev.ckeditor.com/ticket/9016">#9016</a> : Applied the "presentation" role on the iframe element in dialog file field markup.</li>
Index: /CKEditor/trunk/_source/plugins/newpage/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/newpage/plugin.js	(revision 7502)
+++ /CKEditor/trunk/_source/plugins/newpage/plugin.js	(revision 7503)
@@ -27,5 +27,5 @@
 							editor.fire( 'afterCommandExec',
 							{
-								name: command.name,
+								name: 'newpage',
 								command: command
 							} );
