Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/11/10 05:01:42 (15 years ago)
Author:
swagner
Message:

Implemented reviewers' comments (#893)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimizer/3.3/MenuItems/AboutMenuItem.cs

    r3736 r3759  
    3939    }
    4040    public override int Position {
    41       get { return 4100; }
     41      get { return 9100; }
    4242    }
    4343
     
    4545      if (aboutDialog == null)
    4646        aboutDialog = new AboutDialog();
    47       aboutDialog.ShowDialog();
     47      aboutDialog.ShowDialog((IWin32Window)MainFormManager.MainForm);
    4848    }
    4949  }
Note: See TracChangeset for help on using the changeset viewer.