Ignore:
Timestamp:
Nov 4, 2021, 2:59:11 PM (3 years ago)
Author:
chronos
Message:
  • Modified: Merged changes from trunk r411.
File:
1 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
Note: See TracChangeset for help on using the changeset viewer.