Ignore:
Timestamp:
Jan 8, 2017, 10:39:00 PM (7 years ago)
Author:
chronos
Message:
  • Fixed: Windows installer now properly install AI files according build architecture to AI subdirectory.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/Help.pas

    r29 r30  
    966966            inc(p)
    967967          until (p > length(s)) or (s[p] = '\');
    968           if LoadLocalizedGraphicFile(ExtPic, 'Help\' + copy(s, 2, p - 2)) then
     968          if LoadLocalizedGraphicFile(ExtPic, 'Help' + DirectorySeparator + copy(s, 2, p - 2)) then
    969969          begin
    970970            MainText.AddLine('', pkExternal);
Note: See TracChangeset for help on using the changeset viewer.