Changeset 225 for trunk/Forms/FormMain.pas
- Timestamp:
- Jan 20, 2025, 12:57:50 AM (2 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormMain.pas
r222 r225 794 794 LastOpenedList1.LoadFromRegistry(RegistryContext); 795 795 796 {$IFDEF Linux}797 // If installed in Linux system then use installation directory for po files798 if Application.ExeName = '/usr/bin/' + ExtractFileNameOnly(Application.ExeName) then799 Core.Core.Translator.POFilesFolder := '/usr/share/' + ExtractFileNameOnly(Application.ExeName) + '/languages';800 {$ENDIF}801 802 796 with TRegistryEx.Create do 803 797 try
Note:
See TracChangeset
for help on using the changeset viewer.