Ignore:
Timestamp:
11/02/08 13:05:01 (16 years ago)
Author:
ra33
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/gui/FrameIO.java

    r362 r376  
    771771        }
    772772
     773        /**
     774         * Saves a frame.
     775         * @param toSave the frame to save
     776         * @param inc true if the frames counter should be incremented
     777         * @return the text content of the frame
     778         */
    773779        public static String SaveFrame(Frame toSave, boolean inc) {
    774780                return SaveFrame(toSave, inc, true);
Note: See TracChangeset for help on using the changeset viewer.