Changeset 607 for trunk/sources
- Timestamp:
- 09/29/08 19:13:46 (16 years ago)
- Location:
- trunk/sources
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.AdvancedOptimizationFrontend/AboutDialog.cs
r2 r607 32 32 public AboutDialog() { 33 33 InitializeComponent(); 34 textBox1.Text = @"HeuristicLab 35 v." + Application.ProductVersion + @" 36 37 (c) 2002-2008 HEAL"; 34 38 } 35 39 -
trunk/sources/HeuristicLab.OptimizationFrontend/AboutDialog.cs
r2 r607 32 32 public AboutDialog() { 33 33 InitializeComponent(); 34 textBox1.Text = @"HeuristicLab 35 v." + Application.ProductVersion + @" 36 37 (c) 2002-2008 HEAL"; 34 38 } 35 39
Note: See TracChangeset
for help on using the changeset viewer.