Changeset 37 for trunk/IDE/UProject.pas


Ignore:
Timestamp:
Feb 14, 2012, 7:33:51 AM (12 years ago)
Author:
chronos
Message:
  • Added: Form containing list of supported compiler producers. Path to real compiler can be changed.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IDE/UProject.pas

    r36 r37  
    250250  if FActive = AValue then Exit;
    251251  FActive := AValue;
    252   if FActive then Clear;
     252  if not FActive then Clear;
    253253end;
    254254
Note: See TracChangeset for help on using the changeset viewer.