Ignore:
Timestamp:
02/03/20 14:12:59 (4 years ago)
Author:
bnemhaus
Message:

The HetrogeneousEncryptionLabels frame property is now set automatically when the owner of the frame is saving out an encrypted frame.
Also fixed some issues setting frame properties on load. For example, when loading a frame, the FrameEncryptionLabel should be set regardless of if you have permission to set the label.

File:
1 edited

Legend:

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

    r1504 r1508  
    499499                        groupFrame = toDisplay.getGroupFrame();
    500500                        if (groupFrame == null) {
    501                                 MessageBay.displayMessage("WARNING: There is no corrosponding " + group + "1 for the specified group " + group + ".  Group permissions will not apply.");
     501                                String msg = "This frame specifies the group " + group + " of which you are not a member.";
     502                                MessageBay.displayMessage(msg);
    502503                        }
    503504                }
Note: See TracChangeset for help on using the changeset viewer.