Changeset 648 for trunk/LocalPlayer
- Timestamp:
- Feb 19, 2025, 9:43:42 AM (4 days ago)
- Location:
- trunk/LocalPlayer
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/Help.pas
r647 r648 1982 1982 if Category = hkInternet then 1983 1983 case Index of 1984 1: OpenDocument(GetAppShare File(AITemplateFileName));1984 1: OpenDocument(GetAppSharePath(AITemplateFileName)); 1985 1985 2: OpenURL(CevoHomepage); 1986 1986 3: OpenURL(CevoContact); -
trunk/LocalPlayer/TechTree.pas
r647 r648 176 176 Image := TBitmap.Create; 177 177 Image.PixelFormat := TPixelFormat.pf24bit; 178 LoadGraphicFile(Image, GetAppShare File('Help' + DirectorySeparator + 'AdvTree.png'),178 LoadGraphicFile(Image, GetAppSharePath('Help' + DirectorySeparator + 'AdvTree.png'), 179 179 [gfNoGamma]); 180 180 -
trunk/LocalPlayer/Term.pas
r647 r648 1386 1386 if AILogo[P] = nil then 1387 1387 AILogo[P] := TBitmap.Create; 1388 if not LoadGraphicFile(AILogo[P], GetAppShare File(Name + '.png'), [gfNoError]) then1388 if not LoadGraphicFile(AILogo[P], GetAppSharePath(Name + '.png'), [gfNoError]) then 1389 1389 begin 1390 1390 FreeAndNil(AILogo[P]);
Note:
See TracChangeset
for help on using the changeset viewer.