Changeset 188 for trunk/Core.pas
- Timestamp:
- Nov 21, 2024, 10:17:36 PM (22 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Core.pas
r181 r188 476 476 {$ENDIF} 477 477 begin 478 ProfilePhotoFileName := 'Images/Profile.png'; 478 ProfilePhotoFileName := ExtractFilePath(ParamStr(0)) + DirectorySeparator + 479 'Images' + DirectorySeparator + 'Profile.png'; 479 480 {$IFDEF UNIX} 480 481 // If installed in Linux system then use installation directory for po files
Note:
See TracChangeset
for help on using the changeset viewer.