Index: /FCKeditor/trunk/_whatsnew.html
===================================================================
--- /FCKeditor/trunk/_whatsnew.html	(revision 1945)
+++ /FCKeditor/trunk/_whatsnew.html	(revision 1946)
@@ -60,4 +60,6 @@
 		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2114">#2114</a>] Added a workaround for an
 			IE6 bug which causes floating dialogs to appear blank after opening it for the first time.</li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2136">#2136</a>] Fixed JavaScript error in IE 
+			when opening the bullet list properties dialog.</li>
 	</ul>
 	<h3>
Index: /FCKeditor/trunk/editor/dialog/fck_listprop.html
===================================================================
--- /FCKeditor/trunk/editor/dialog/fck_listprop.html	(revision 1945)
+++ /FCKeditor/trunk/editor/dialog/fck_listprop.html	(revision 1946)
@@ -68,5 +68,5 @@
 	dialog.SetAutoSize( true ) ;
 
-	SelectField( 'txtStartPosition' ) ;
+	SelectField( sListType == 'OL' ? 'txtStartPosition' : 'selBulleted' ) ;
 }
 
