Changeset 98 for trunk/Forms/UFormMain.pas
- Timestamp:
- Aug 27, 2016, 8:58:18 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.pas
r97 r98 610 610 // If installed in Linux system then use installation directory for po files 611 611 if Application.ExeName = '/usr/bin/' + ExtractFileNameOnly(Application.ExeName) then 612 Co olTranslator1.POFilesFolder := '/usr/share/' + ExtractFileNameOnly(Application.ExeName) + '/languages';612 Core.CoolTranslator1.POFilesFolder := '/usr/share/' + ExtractFileNameOnly(Application.ExeName) + '/languages'; 613 613 {$ENDIF} 614 614
Note:
See TracChangeset
for help on using the changeset viewer.