Ignore:
Timestamp:
Jan 15, 2017, 4:12:10 PM (7 years ago)
Author:
chronos
Message:
  • Modified: All graphics images converted from BMP to PNG.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/Help.pas

    r69 r73  
    968968          until (p > length(s)) or (s[p] = '\');
    969969          if LoadGraphicFile(ExtPic, LocalizedFilePath('Help' +
    970             DirectorySeparator + copy(s, 2, p - 2))) then
     970            DirectorySeparator + copy(s, 2, p - 2)) + '.png') then
    971971          begin
    972972            MainText.AddLine('', pkExternal);
Note: See TracChangeset for help on using the changeset viewer.