Ignore:
Timestamp:
11/18/08 15:49:04 (16 years ago)
Author:
ra33
Message:

changed pngFrame etc.. to send images into the exports directory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/agents/mail/MailSession.java

    r404 r406  
    601601                                if (nextText.charAt(nextText.length() - 1) == '\n')
    602602                                        nextText = nextText.substring(0, nextText.length() - 1);
    603                                 //TODO: Make the space a setting in frame creator.
     603                                //TODO: Make the space a setting in frame creator
    604604                                frames.addSpace(10);
    605605                                frames.addText(nextText, null, null, null, false);
Note: See TracChangeset for help on using the changeset viewer.