Changeset 331
- Timestamp:
- 2007-05-28 22:43:32 (20 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/commandclasses/fck_othercommands.js
r328 r331 389 389 var FCKRuleCommand = function() 390 390 { 391 this.Name = ' Paste' ;391 this.Name = 'Rule' ; 392 392 } 393 393