- Timestamp:
- 05/11/10 05:01:42 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimizer/3.3/MenuItems/AboutMenuItem.cs
r3736 r3759 39 39 } 40 40 public override int Position { 41 get { return 4100; }41 get { return 9100; } 42 42 } 43 43 … … 45 45 if (aboutDialog == null) 46 46 aboutDialog = new AboutDialog(); 47 aboutDialog.ShowDialog( );47 aboutDialog.ShowDialog((IWin32Window)MainFormManager.MainForm); 48 48 } 49 49 }
Note: See TracChangeset
for help on using the changeset viewer.