Changeset 180 for oup/current/Tools


Ignore:
Timestamp:
May 17, 2007, 5:08:29 PM (17 years ago)
Author:
alloc
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • oup/current/Tools/RawEdit.pas

    r177 r180  
    540540    if fs.Size <> hex.DataSize then
    541541    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
    543546      begin
    544547        ShowMessage('Can''t import ' + ExtractFilename(importd.FileName) +
Note: See TracChangeset for help on using the changeset viewer.