Changeset 210 for trunk/Components/ACLDialogs.pas
- Timestamp:
- Jun 13, 2007, 8:31:36 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Components/ACLDialogs.pas
r15 r210 78 78 uses 79 79 SysUtils, 80 Forms, Dialogs, StdCtrls, Buttons, 81 ACLStringUtility 80 Forms, 81 Dialogs, 82 StdCtrls, 83 Buttons, 82 84 {$ifdef os2} 83 , ACLLanguageUnit, ControlsUtility85 ACLLanguageUnit, ControlsUtility, 84 86 {$endif} 85 ;87 CharUtilsUnit; 86 88 87 89 // ------------------------------------------------- … … 101 103 TheDialog := TMessageForm.Create( nil ); 102 104 TheDialog.Caption := Caption; 103 PMessage := StrDupPas( Message);105 PMessage := NewPCharAsCopyOfStr(Message); 104 106 TheDialog.TheText := PMessage; 105 107
Note:
See TracChangeset
for help on using the changeset viewer.