Changeset 243 for tools


Ignore:
Timestamp:
May 19, 2020, 11:02:36 PM (4 years ago)
Author:
chronos
Message:
  • Modified: Removed testing code from PrepareDpi tool.
Location:
tools/Prepare DPI
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tools/Prepare DPI

    • Property svn:ignore set to
      project1
      project1.res
      project1.lps
      lib
  • tools/Prepare DPI/UFormMain.pas

    r217 r243  
    6060          if (SR.Name = '.') or (SR.Name = '..') then Continue;
    6161          FullName := Dir + SR.Name;
    62           if FullName = '/home/chronos/Projekty/wowpreklad/trunk/tmp/user/' then begin
    63             FullName := FullName;
    64           end;
    6562          if not Assigned(FilterMethod) or (Assigned(FilterMethod) and FilterMethod(FullName)) then begin;
    6663            if Assigned(FileNameMethod) then
     
    9188  if not Initialized then begin
    9289    Initialized := True;
    93     ShowMessage(IntToStr(Screen.PixelsPerInch));
    9490  end;
    9591end;
Note: See TracChangeset for help on using the changeset viewer.