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

Upgrade to version 27

File:
1 edited

Legend:

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

    r456 r829  
    55uses
    66  Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
    7   fAutoSz, StdCtrls, ORCtrls, ORFn;
     7  fAutoSz, StdCtrls, ORCtrls, ORFn, VA508AccessibilityManager;
    88
    99type
     
    6060        with frmODMedFA do
    6161        begin
    62           lstFormAlt.Items.Assign(FormAltList);
     62          FastAssign(FormAltList, lstFormAlt.Items);
    6363          ShowModal;
    6464          if Length(FSelected) > 0 then
Note: See TracChangeset for help on using the changeset viewer.