Free cookie consent management tool by TermsFeed Policy Generator

Changeset 349


Ignore:
Timestamp:
06/29/08 01:48:48 (16 years ago)
Author:
abeham
Message:

fixed bug in ticket #186 (trunk)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Constraints/VariableComparisonConstraintView.cs

    r2 r349  
    106106        } else if (((RadioButton)sender).Checked && ((RadioButton)sender).Name.StartsWith("equal")) {
    107107          VariableComparisonConstraint.Comparer.Data = 2;
    108         } else {
    109           Auxiliary.ShowErrorMessageBox("Unknown radio button selected");
     108        } else if (((RadioButton)sender).Checked) {
     109          Auxiliary.ShowErrorMessageBox("Unknown radio button selected: " + ((RadioButton)sender).Name.ToString());
    110110        }
    111111      }
Note: See TracChangeset for help on using the changeset viewer.