Index: /CKEditor/trunk/CHANGES.html
===================================================================
--- /CKEditor/trunk/CHANGES.html	(revision 5560)
+++ /CKEditor/trunk/CHANGES.html	(revision 5561)
@@ -50,4 +50,5 @@
 		<li><a href="http://dev.fckeditor.net/ticket/5790">#5790</a> : Internal only attributes output on fullpage &lt;html&gt; tag.</li>
 		<li><a href="http://dev.fckeditor.net/ticket/5761">#5761</a> : [IE] Color dialog matrix buttons are barely clickable in quirks mode.</li>
+		<li><a href="http://dev.fckeditor.net/ticket/5772">#5772</a> : List style dialog is missing tab page ids.</li>
 	</ul>
 	<h3>
Index: /CKEditor/trunk/_source/plugins/liststyle/dialogs/liststyle.js
===================================================================
--- /CKEditor/trunk/_source/plugins/liststyle/dialogs/liststyle.js	(revision 5560)
+++ /CKEditor/trunk/_source/plugins/liststyle/dialogs/liststyle.js	(revision 5561)
@@ -38,4 +38,6 @@
 				[
 					{
+						id : 'info',
+						accessKey : 'I',
 						elements :
 						[
@@ -98,4 +100,6 @@
 				[
 					{
+						id : 'info',
+						accessKey : 'I',
 						elements :
 						[
