Changeset 68 for trunk/LocalPlayer/Help.pas
- Timestamp:
- Jan 14, 2017, 8:42:46 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/Help.pas
r55 r68 960 960 inc(p) 961 961 until (p > length(s)) or (s[p] = '\'); 962 if LoadLocalizedGraphicFile(ExtPic, 'Help' + DirectorySeparator + copy(s, 2, p - 2)) then 962 if LoadGraphicFile(ExtPic, LocalizedFilePath('Help' + 963 DirectorySeparator + copy(s, 2, p - 2))) then 963 964 begin 964 965 MainText.AddLine('', pkExternal);
Note:
See TracChangeset
for help on using the changeset viewer.