Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/28/11 14:53:01 (13 years ago)
Author:
swagner
Message:

Implemented review comments of mkommend (#1112)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/RunView.cs

    r5744 r5837  
    149149        if (item != null) {
    150150          DataObject data = new DataObject();
    151           data.SetData("HeuristicLab", item);
     151          data.SetData(HeuristicLab.Common.Constants.DragDropDataFormat, item);
    152152          DragDropEffects result = DoDragDrop(data, DragDropEffects.Copy);
    153153        }
Note: See TracChangeset for help on using the changeset viewer.