Changeset 412 for branches/highdpi/LocalPlayer
- Timestamp:
- Nov 4, 2021, 2:59:11 PM (4 years ago)
- Location:
- branches/highdpi/LocalPlayer
- Files:
-
- 2 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 -
branches/highdpi/LocalPlayer/MessgEx.pas
r405 r412 543 543 end; 544 544 545 546 initialization 547 545 548 end.
Note:
See TracChangeset
for help on using the changeset viewer.