Changeset 324
- Timestamp:
- 2007-05-26 11:47:57 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/commandclasses/fck_othercommands.js
r323 r324 396 396 GetState : function() 397 397 { 398 return FCK.GetNamedCommandState( 'InsertHorizo talRule' ) ;398 return FCK.GetNamedCommandState( 'InsertHorizontalRule' ) ; 399 399 } 400 400 } ;