Ignore:
Timestamp:
Jul 2, 2025, 9:17:30 PM (29 hours ago)
Author:
chronos
Message:
  • Fixed: Images in Help window were not found if located under share directory.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/Help.pas

    r648 r658  
    10631063          until (P > Length(S)) or (S[P] = '\');
    10641064          if LoadGraphicFile(ExtPic, LocalizedFilePath('Help' +
    1065             DirectorySeparator + Copy(S, 2, P - 2)) + '.png') then
     1065            DirectorySeparator + Copy(S, 2, P - 2) + '.png')) then
    10661066          begin
    10671067            MainText.AddLine('', pkExternal);
Note: See TracChangeset for help on using the changeset viewer.