Changeset 531 for trunk/NoTerm.pas


Ignore:
Timestamp:
Mar 27, 2024, 12:31:14 PM (5 weeks ago)
Author:
chronos
Message:
  • Modified: Code cleanup.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NoTerm.pas

    r471 r531  
    386386  Shift: TShiftState);
    387387begin
    388   if (char(Key) = 'M') and (ssCtrl in Shift) then
     388  if (Char(Key) = 'M') and (ssCtrl in Shift) then
    389389    if LogDlg.Visible then
    390390      LogDlg.Close
Note: See TracChangeset for help on using the changeset viewer.