Ignore:
Timestamp:
Jun 13, 2007, 8:31:36 PM (18 years ago)
Author:
RBRi
Message:

using StringUtilsUnit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Components/ACLDialogs.pas

    r15 r210  
    7878uses
    7979  SysUtils,
    80   Forms, Dialogs, StdCtrls, Buttons,
    81   ACLStringUtility
     80  Forms,
     81  Dialogs,
     82  StdCtrls,
     83  Buttons,
    8284{$ifdef os2}
    83   , ACLLanguageUnit, ControlsUtility
     85  ACLLanguageUnit, ControlsUtility,
    8486{$endif}
    85   ;
     87  CharUtilsUnit;
    8688
    8789// -------------------------------------------------
     
    101103  TheDialog := TMessageForm.Create( nil );
    102104  TheDialog.Caption := Caption;
    103   PMessage := StrDupPas( Message );
     105  PMessage := NewPCharAsCopyOfStr(Message);
    104106  TheDialog.TheText := PMessage;
    105107
Note: See TracChangeset for help on using the changeset viewer.