Changeset 95 for trunk/UCore.pas
- Timestamp:
- Dec 21, 2014, 3:42:54 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UCore.pas
r94 r95 333 333 I: Integer; 334 334 begin 335 {$IFDEF Linux} 336 // If installed in Linux system then use installation directory for po files 337 if Application.ExeName = '/usr/bin/xtactics' then 338 CoolTranslator1.POFilesFolder := '/usr/share/xtactics/languages'; 339 {$ENDIF} 335 340 FInitialized := True; 336 341 LoadConfig;
Note:
See TracChangeset
for help on using the changeset viewer.