Changeset 1117 for trunk


Ignore:
Timestamp:
09/07/18 16:23:23 (6 years ago)
Author:
bln4
Message:

org.expeditee.gui.Browser ->

Moved Settings.Init() moved prior to profiles being loaded so that ItemTemplate is used from the start of the program.

File:
1 edited

Legend:

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

    r1102 r1117  
    243243                Text.InitFonts();
    244244               
     245                Settings.Init();
    245246                Frame userProfile = loadProfiles();
    246247
     
    250251                try {
    251252                        MessageBay.warningMessages(Actions.Init());
    252                        
    253                         Settings.Init();
    254253                       
    255254                        // Go to the start frame if specified, otherwise go to the profile frame
Note: See TracChangeset for help on using the changeset viewer.