Changeset 249 for trunk/UCore.pas
- Timestamp:
- Sep 22, 2018, 9:37:16 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UCore.pas
r243 r249 228 228 I: Integer; 229 229 begin 230 {$ifdef DEBUG}230 //{$ifdef DEBUG} 231 231 with Core.ScaleDPI1 do begin 232 232 //DesignDPI := Point(144, 144); … … 243 243 end; 244 244 end; 245 {$endif}245 //{$endif} 246 246 end; 247 247 … … 433 433 FormClients := TFPGObjectList<TFormClient>.Create; 434 434 ServerList := TServerList.Create; 435 436 {$IFDEF Linux} 437 // If installed in Linux system then use installation directory for po files 438 if Application.ExeName = '/usr/bin/xtactics' then 439 CoolTranslator1.POFilesFolder := '/usr/share/xtactics/languages'; 440 {$ENDIF} 435 441 end; 436 442 … … 637 643 begin 638 644 if not Core.Initialized then begin 639 {$IFDEF Linux}640 // If installed in Linux system then use installation directory for po files641 if Application.ExeName = '/usr/bin/xtactics' then642 CoolTranslator1.POFilesFolder := '/usr/share/xtactics/languages';643 {$ENDIF}644 645 FInitialized := True; 645 646
Note:
See TracChangeset
for help on using the changeset viewer.