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/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)
Note: See TracChangeset for help on using the changeset viewer.