Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/24/13 11:24:40 (11 years ago)
Author:
ascheibe
Message:

#2031 added a rich text box dialog for displaying formatted help texts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/StatisticalTesting/HeuristicLab.Analysis.Statistics/3.3/StatisticalTestingView.cs

    r9713 r9742  
    280280
    281281    private void infoLabel_DoubleClick(object sender, EventArgs e) {
    282       using (TextDialog dialog = new TextDialog("Description of statistical tests", toolTip1.GetToolTip(this.infoLabel), true)) {
     282      using (InfoBox dialog = new InfoBox("Description of statistical tests", typeof(StatisticalTestingView).Namespace + ".InfoResources.StatisticalTestsInfo.rtf")) {
    283283        dialog.ShowDialog(this);
    284284      }
Note: See TracChangeset for help on using the changeset viewer.