Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/25/08 16:47:35 (16 years ago)
Author:
gkronber
Message:

worked on #138

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab/MainForm.cs

    r242 r595  
    8989        } else {
    9090          ApplicationInfo app = (ApplicationInfo)applicationsListView.SelectedItems[0].Tag;
    91           SplashScreen splashScreen = new SplashScreen(1000, "Loading " + app.Name);
     91          SplashScreen splashScreen = new SplashScreen(3000, "Loading " + app.Name);
    9292          splashScreen.Owner = this;
    9393          splashScreen.Show();
Note: See TracChangeset for help on using the changeset viewer.