Changeset 73 for trunk/LocalPlayer/Help.pas
- Timestamp:
- Jan 15, 2017, 4:12:10 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/Help.pas
r69 r73 968 968 until (p > length(s)) or (s[p] = '\'); 969 969 if LoadGraphicFile(ExtPic, LocalizedFilePath('Help' + 970 DirectorySeparator + copy(s, 2, p - 2)) ) then970 DirectorySeparator + copy(s, 2, p - 2)) + '.png') then 971 971 begin 972 972 MainText.AddLine('', pkExternal);
Note:
See TracChangeset
for help on using the changeset viewer.