allow messages to take multiple rows in message

This commit is contained in:
Mitchell Livingston
2007-10-28 03:10:11 +00:00
parent 69df8105a7
commit cbffc0589f
6 changed files with 115 additions and 23 deletions

View File

@@ -32,6 +32,8 @@
NSMutableArray * fMessages;
NSDictionary * fAttributes;
NSTimer * fTimer;
NSImage * fErrorImage, * fInfoImage, * fDebugImage;