Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/30/12 01:01:57 (12 years ago)
Author:
abeham
Message:

#1722: corrected error in text

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.QuadraticAssignment.Views/3.3/QAPVisualizationControl.cs

    r7416 r7769  
    308308        using (Graphics graphics = Graphics.FromImage(newBitmap)) {
    309309          graphics.Clear(Color.White);
    310           graphics.DrawString("Showing locations spaced out according to their distances", Font, Brushes.Black, 5, 2);
     310          graphics.DrawString("Showing locations layed out according to their distances", Font, Brushes.Black, 5, 2);
    311311
    312312          for (int i = 0; i < coordinates.Rows - 1; i++) {
     
    402402        using (Graphics graphics = Graphics.FromImage(newBitmap)) {
    403403          graphics.Clear(Color.White);
    404           graphics.DrawString("Showing facilities spaced out according to their weights", Font, Brushes.Black, 5, 2);
     404          graphics.DrawString("Showing facilities layed out according to their weights", Font, Brushes.Black, 5, 2);
    405405
    406406          for (int i = 0; i < coordinates.Rows - 1; i++) {
Note: See TracChangeset for help on using the changeset viewer.