Changeset 180 for oup/current/Tools
- Timestamp:
- May 17, 2007, 5:08:29 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
oup/current/Tools/RawEdit.pas
r177 r180 540 540 if fs.Size <> hex.DataSize then 541 541 begin 542 if (not (CR_ResizeRaw in ConManager.Connection[ConnectionID].ChangeRights)) and (not (CR_AppendRaw in ConManager.Connection[ConnectionID].ChangeRights)) then 542 if 543 (not (CR_ResizeRaw in ConManager.Connection[ConnectionID].ChangeRights)) 544 and (not (CR_AppendRaw in ConManager.Connection[ConnectionID].ChangeRights)) 545 then 543 546 begin 544 547 ShowMessage('Can''t import ' + ExtractFilename(importd.FileName) +
Note:
See TracChangeset
for help on using the changeset viewer.