Changeset 608
- Timestamp:
- 09/29/08 19:41:29 (16 years ago)
- Location:
- branches/3.1/sources
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.1/sources/HeuristicLab.AdvancedOptimizationFrontend/AboutDialog.cs
r2 r608 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 -
branches/3.1/sources/HeuristicLab.OptimizationFrontend/AboutDialog.cs
r2 r608 28 28 using System.Windows.Forms; 29 29 30 namespace HeuristicLab. OptimizationFrontend {30 namespace HeuristicLab.AdvancedOptimizationFrontend { 31 31 public partial class AboutDialog : Form { 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.