Ignore:
Timestamp:
Nov 4, 2021, 2:59:11 PM (4 years ago)
Author:
chronos
Message:
  • Modified: Merged changes from trunk r411.
Location:
branches/highdpi/LocalPlayer
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/highdpi/LocalPlayer/Help.pas

    r361 r412  
    20572057    Search(InputDlg.EInput.Text);
    20582058    case SearchResult.Count of
    2059       0:
     2059      0: begin
     2060        Gtk2Fix;
    20602061        SimpleMessage(Format(HelpText.Lookup('NOMATCHES'),
    20612062          [InputDlg.EInput.Text]));
     2063      end;
    20622064      1:
    20632065        with THelpLineInfo(SearchResult.Objects[0]) do
  • branches/highdpi/LocalPlayer/MessgEx.pas

    r405 r412  
    543543end;
    544544
     545
     546initialization
     547
    545548end.
Note: See TracChangeset for help on using the changeset viewer.