- Timestamp:
- 08/11/10 12:55:02 (22 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
ssme/trunk/flex/Calendar/src/com/kh/ssme/components/SimpleEventDisplay.as
r4031 r4040 49 49 this.text += eventData_.from+"-"+eventData_.to+"\n"; 50 50 this.text += eventData_.description+"\n"; 51 52 this.toolTip = this.text; 51 53 } 52 54 }
