Changeset 717 for branches/zoom/LocalPlayer/Help.pas
- Timestamp:
- Jan 10, 2026, 12:15:35 PM (3 months ago)
- Location:
- branches/zoom
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
LocalPlayer/Help.pas (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/zoom
-
branches/zoom/LocalPlayer/Help.pas
r684 r717 1071 1071 until (P > Length(S)) or (S[P] = '\'); 1072 1072 if LoadGraphicFile(ExtPic, LocalizedFilePath('Help' + 1073 DirectorySeparator + Copy(S, 2, P - 2) + '.png')) then1073 DirectorySeparator + Copy(S, 2, P - 2) + PngExt)) then 1074 1074 begin 1075 1075 MainText.AddLine('', pkExternal);
Note:
See TracChangeset
for help on using the changeset viewer.
