Changeset 406


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

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

Location:
trunk/src/org/expeditee
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/actions/Misc.java

    r390 r406  
    510510                // if the frame was loaded successfully
    511511                if (loaded != null) {
    512                         String path = FrameIO.IMAGES_PATH;
     512                        String path = FrameIO.EXPORTS_DIR;
    513513                        String frameName = ImageFrame(loaded, format, path);
    514514                        if (frameName != null)
  • 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.