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.Core.Views/3.3/ScopeView.cs

    r5744 r5837  
    168168        if (scope != null) {
    169169          DataObject data = new DataObject();
    170           data.SetData("HeuristicLab", scope);
     170          data.SetData(HeuristicLab.Common.Constants.DragDropDataFormat, scope);
    171171          DoDragDrop(data, DragDropEffects.Copy | DragDropEffects.Link);
    172172        }
Note: See TracChangeset for help on using the changeset viewer.