Changeset 658
- Timestamp:
- Jul 2, 2025, 9:17:30 PM (4 months ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/LocalPlayer/Help.pas (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/LocalPlayer/Help.pasr648 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.
  
