Index: /CKEditor/trunk/CHANGES.html
===================================================================
--- /CKEditor/trunk/CHANGES.html	(revision 4915)
+++ /CKEditor/trunk/CHANGES.html	(revision 4916)
@@ -46,4 +46,5 @@
 	<ul>
 		<li><a href="http://dev.fckeditor.net/ticket/4944">#4944</a> : Fixed a bug where nested list structure with inconsequent levels are not pasted correclty from MS-Word.</li>
+		<li><a href="http://dev.fckeditor.net/ticket/4637">#4637</a> : Table cells' 'nowrap' attribute is not loaded to cell property dialog. Thanks to pomu0325.</li>
 	</ul>
 	<h3>
Index: /CKEditor/trunk/_source/plugins/tabletools/dialogs/tableCell.js
===================================================================
--- /CKEditor/trunk/_source/plugins/tabletools/dialogs/tableCell.js	(revision 4915)
+++ /CKEditor/trunk/_source/plugins/tabletools/dialogs/tableCell.js	(revision 4916)
@@ -188,4 +188,9 @@
 												[ langCell.no, 'no' ]
 											],
+											setup : function( selectedCell )
+											{
+												if ( selectedCell.getAttribute( 'noWrap' ) )
+													this.setValue( 'no' );
+											},
 											commit : function( selectedCell )
 											{
