mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-08 09:58:27 +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+}
|
{$mode objfpc}{$H+}
|
||||||
|
|
||||||
uses
|
uses
|
||||||
Classes, SysUtils, FileCtrl, AVL_Tree;
|
Classes, SysUtils, FileUtil, AVL_Tree;
|
||||||
|
|
||||||
type
|
type
|
||||||
TMsgItem = record
|
TMsgItem = record
|
||||||
|
Loading…
Reference in New Issue
Block a user