Changeset 412 for branches/highdpi/LocalPlayer/Help.pas
- Timestamp:
- Nov 4, 2021, 2:59:11 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/highdpi/LocalPlayer/Help.pas
r361 r412 2057 2057 Search(InputDlg.EInput.Text); 2058 2058 case SearchResult.Count of 2059 0: 2059 0: begin 2060 Gtk2Fix; 2060 2061 SimpleMessage(Format(HelpText.Lookup('NOMATCHES'), 2061 2062 [InputDlg.EInput.Text])); 2063 end; 2062 2064 1: 2063 2065 with THelpLineInfo(SearchResult.Objects[0]) do
Note:
See TracChangeset
for help on using the changeset viewer.