mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-03 11:58:45 +02:00
use unit FileUtil instead of FileCtrl
git-svn-id: trunk@6087 -
This commit is contained in:
parent
967e95c46b
commit
dba41c973c
@ -36,7 +36,7 @@ program UpdatePoFiles;
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
uses
|
||||
Classes, SysUtils, FileCtrl, AVL_Tree;
|
||||
Classes, SysUtils, FileUtil, AVL_Tree;
|
||||
|
||||
type
|
||||
TMsgItem = record
|
||||
|
Loading…
Reference in New Issue
Block a user