Changeset 1442 for trunk


Ignore:
Timestamp:
11/07/19 13:15:36 (4 years ago)
Author:
bnemhaus
Message:
 
Location:
trunk/src/org/expeditee
Files:
2 edited

Legend:

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

    r1434 r1442  
    4848import java.util.stream.Collectors;
    4949
    50 import org.apollo.io.AudioPathManager;
    5150import org.expeditee.actions.Actions;
    5251import org.expeditee.agents.ExistingFramesetException;
  • trunk/src/org/expeditee/settings/UserSettings.java

    r1441 r1442  
    108108        public static final IntegerSetting TitlePosition = new IntegerSetting("Position of title item in frame (TODO: find whether this is x-offset or y-offset)", "TitlePosition", 150);
    109109               
    110         public static final StringSetting UserName = new StringSetting("User name", "${USER_NAME}"); // FrameIO.ConvertToValidFramesetName(System.getProperty("user.name"))
    111        
    112         public static final StringSetting ProfileName = new StringSetting("Profile name", "${USER_NAME}");
     110        public static final StringSetting UserName = new StringSetting("User name", ProfileManager.USER_NAME_FLAG); // FrameIO.ConvertToValidFramesetName(System.getProperty("user.name"))
     111       
     112        public static final StringSetting ProfileName = new StringSetting("Profile name", ProfileManager.USER_NAME_FLAG);
    113113               
    114114        public static final BooleanSetting AntiAlias = new BooleanSetting("Whether anti-aliasing should be enabled", "AntiAlias", false);
Note: See TracChangeset for help on using the changeset viewer.