Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/29/08 19:41:29 (16 years ago)
Author:
abeham
Message:

[branch-3.1] merged bugfix for ticket #184

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.1/sources/HeuristicLab.OptimizationFrontend/AboutDialog.cs

    r2 r608  
    2828using System.Windows.Forms;
    2929
    30 namespace HeuristicLab.OptimizationFrontend {
     30namespace HeuristicLab.AdvancedOptimizationFrontend {
    3131  public partial class AboutDialog : Form {
    3232    public AboutDialog() {
    3333      InitializeComponent();
     34      textBox1.Text = @"HeuristicLab
     35v." + Application.ProductVersion + @"
     36
     37(c) 2002-2008 HEAL";
    3438    }
    3539
Note: See TracChangeset for help on using the changeset viewer.