Changeset 75 for trunk/UCore.pas
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 1 lib 2 LazFuck IDE.exe3 LazFuck IDE.lps2 LazFuck.exe 3 LazFuck.lps 4 4 backup 5 LazFuck IDE5 LazFuck 6 6 compiled
-
- Property svn:ignore
-
trunk/UCore.pas
r73 r75 47 47 uses 48 48 UFormMain, UTargetJava, UTargetDelphi, UTargetPHP, UTargetC, 49 UTargetInterpretter, UTargetFPC, UBFTarget ;49 UTargetInterpretter, UTargetFPC, UBFTarget, Forms, LazFileUtils; 50 50 51 51 … … 63 63 Targets.Add(TTargetC.Create); 64 64 Targets.Add(TTargetJava.Create); 65 66 {$IFDEF Linux} 67 // If installed in Linux system then use installation directory for po files 68 if Application.ExeName = '/usr/bin/' + ExtractFileNameOnly(Application.ExeName) then 69 CoolTranslator1.POFilesFolder := '/usr/share/' + ExtractFileNameOnly(Application.ExeName) + '/languages'; 70 {$ENDIF} 71 65 72 LoadFromRegistry(HKEY(ApplicationInfo.RegistryRoot), ApplicationInfo.RegistryKey); 66 73 end;
Note:
See TracChangeset
for help on using the changeset viewer.