Changeset 225 for trunk/Forms


Ignore:
Timestamp:
Jan 20, 2025, 12:57:50 AM (2 days ago)
Author:
chronos
Message:
  • Fixed: Detect relative Linux share application path.
  • Fixed: Package install scripts.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormMain.pas

    r222 r225  
    794794  LastOpenedList1.LoadFromRegistry(RegistryContext);
    795795
    796   {$IFDEF Linux}
    797   // If installed in Linux system then use installation directory for po files
    798   if Application.ExeName = '/usr/bin/' + ExtractFileNameOnly(Application.ExeName) then
    799     Core.Core.Translator.POFilesFolder := '/usr/share/' + ExtractFileNameOnly(Application.ExeName) + '/languages';
    800   {$ENDIF}
    801 
    802796  with TRegistryEx.Create do
    803797  try
Note: See TracChangeset for help on using the changeset viewer.