Ignore:
Timestamp:
02/17/20 14:52:26 (4 years ago)
Author:
bnemhaus
Message:

Updates to the look of some of the more prominant expeditee pages. More to come.
Also first draft of Encryption Cockpit.

File:
1 edited

Legend:

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

    r1477 r1510  
    9494        }
    9595       
     96        public static String append(Text content, Text actionItem) {
     97                return actionItem.getText() + ": " + content.getText();
     98        }
     99       
    96100        /**
    97101         * Returns an Item located at the specified position.
Note: See TracChangeset for help on using the changeset viewer.