Ignore:
Timestamp:
01/31/19 16:28:09 (5 years ago)
Author:
bln4
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/io/DefaultFrameWriter.java

    r1200 r1226  
    7575                        _FrameTags.put('d', Frame.class.getMethod("getLastModifyDate"));
    7676                        _FrameTags.put('F', Frame.class.getMethod("getFrozenDate"));
    77 
    7877                        _FrameTags.put('O', Frame.class.getMethod("getForegroundColor"));
    7978                        _FrameTags.put('B', Frame.class.getMethod("getBackgroundColor"));
     79                        _FrameTags.put('K', Frame.class.getMethod("getEncryptionLabel"));
    8080                       
    8181                        // Note: As of 26/11/18 there are no unused letter item tags.  Use other characters.
Note: See TracChangeset for help on using the changeset viewer.