Changeset 658 for trunk/LocalPlayer/Help.pas
- Timestamp:
- Jul 2, 2025, 9:17:30 PM (29 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/Help.pas
r648 r658 1063 1063 until (P > Length(S)) or (S[P] = '\'); 1064 1064 if LoadGraphicFile(ExtPic, LocalizedFilePath('Help' + 1065 DirectorySeparator + Copy(S, 2, P - 2) ) + '.png') then1065 DirectorySeparator + Copy(S, 2, P - 2) + '.png')) then 1066 1066 begin 1067 1067 MainText.AddLine('', pkExternal);
Note:
See TracChangeset
for help on using the changeset viewer.