Ignore:
Timestamp:
Nov 27, 2023, 12:10:57 AM (6 months ago)
Author:
chronos
Message:
  • Modified: Use enumeration type in Help unit for better readability.
  • Fixed: Corruption external help image referenced with incorrect file name case.
  • Fixed: Chinese translation converted to UTF-8.
  • Modified: Code cleanup.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/Nego.pas

    r447 r457  
    731731    begin
    732732      SimpleMessage(Phrases.Lookup('MAX2WANTS'));
    733       Exit
     733      Exit;
    734734    end;
    735735    Price := ButtonPrice[TButtonN(Sender).Tag and $FF];
     
    765765              ShowModal;
    766766              if ModalResult <> mrOK then
    767                 Exit
     767                Exit;
    768768            end;
    769769          ModalSelectDlg.ShowNewContent(wmModal, kEShipPart);
Note: See TracChangeset for help on using the changeset viewer.