Changeset 7470 for branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Views/3.3/ProblemInstanceProviderView.cs
- Timestamp:
- 02/15/12 17:28:37 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Views/3.3/ProblemInstanceProviderView.cs
r7466 r7470 60 60 var instance = (IInstanceDescriptor)instancesComboBox.SelectedItem; 61 61 if (!Content.FeedConsumer(instance)) { 62 MessageBox.Show(" Loading the problem instance " + instance.Name + " failed.");62 MessageBox.Show("This problem does not support the instance " + instance.Name + ".", "Cannot load instance"); 63 63 } 64 64 }
Note: See TracChangeset
for help on using the changeset viewer.