Changeset 30 for trunk/LocalPlayer
- Timestamp:
 - Jan 8, 2017, 10:39:00 PM (9 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/LocalPlayer/Help.pas (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/LocalPlayer/Help.pas
r29 r30 966 966 inc(p) 967 967 until (p > length(s)) or (s[p] = '\'); 968 if LoadLocalizedGraphicFile(ExtPic, 'Help \'+ copy(s, 2, p - 2)) then968 if LoadLocalizedGraphicFile(ExtPic, 'Help' + DirectorySeparator + copy(s, 2, p - 2)) then 969 969 begin 970 970 MainText.AddLine('', pkExternal);  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  