Ignore:
Timestamp:
Jul 7, 2010, 4:51:54 PM (14 years ago)
Author:
Kevin Toppenberg
Message:

Upgrading to version 27

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/trunk/CPRS-Chart/fARTFreeTextMsg.pas

    r456 r830  
    55uses
    66  Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
    7   Dialogs, fAutoSz, StdCtrls, ComCtrls, ORFn, ExtCtrls, ORCtrls;
     7  Dialogs, fAutoSz, StdCtrls, ComCtrls, ORFn, ExtCtrls, ORCtrls,
     8  VA508AccessibilityManager;
    89
    910type
     
    5657      frmARTFreeTextMsg.ShowModal;
    5758      OKtoContinue := FContinue;
    58       AFreeTextComment.Assign(tmpList);
     59      FastAssign(tmpList, AFreeTextComment);
    5960    end;
    6061  finally
Note: See TracChangeset for help on using the changeset viewer.