Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/22/11 16:45:46 (13 years ago)
Author:
mkommend
Message:

#1418: Merged trunk changes into branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataAnalysis Refactoring/HeuristicLab.Core.Views/3.3/ScopeView.cs

    r5445 r5796  
    168168        if (scope != null) {
    169169          DataObject data = new DataObject();
    170           data.SetData("Type", scope.GetType());
    171           data.SetData("Value", scope);
     170          data.SetData("HeuristicLab", scope);
    172171          DoDragDrop(data, DragDropEffects.Copy | DragDropEffects.Link);
    173172        }
Note: See TracChangeset for help on using the changeset viewer.