Index: tableCell.js
===================================================================
--- tableCell.js	(リビジョン 4414)
+++ tableCell.js	(作業コピー)
@@ -187,6 +187,11 @@
 												[ langCell.yes, 'yes' ],
 												[ langCell.no, 'no' ]
 											],
+											setup : function( selectedCell )
+											{
+												if ( selectedCell.getAttribute( 'noWrap' ) )
+													this.setValue( 'no' );
+											},
 											commit : function( selectedCell )
 											{
 												if ( this.getValue() == 'no' )
