Changeset 63 for trunk/ScreenTools.pas


Ignore:
Timestamp:
Jan 13, 2017, 10:50:31 PM (7 years ago)
Author:
chronos
Message:
  • Modified: Loading of StringTables with localization texts redone to simple load lines from text files encoded in UTF-8.
  • Fixed: Correctly load localized files.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ScreenTools.pas

    r62 r63  
    15581558  if FileExists(DataDir + 'Localization' + DirectorySeparator + 'Language.txt') then
    15591559  begin
    1560     Phrases.loadfromfile(DataDir + 'Localization' + DirectorySeparator + ' + Language.txt');
     1560    Phrases.loadfromfile(DataDir + 'Localization' + DirectorySeparator + 'Language.txt');
    15611561    if FileExists(DataDir + 'Localization' + DirectorySeparator + 'Language2.txt') then
    15621562      Phrases2.loadfromfile(DataDir + 'Localization' + DirectorySeparator + 'Language2.txt')
Note: See TracChangeset for help on using the changeset viewer.