diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-12-20 10:45:02 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-12-20 10:45:02 +0000 |
commit | 7acd60188e06cde1d82fa2c4774eba8e5dc7b000 (patch) | |
tree | 8d292ebc2543aaef4d88e72729d7702a180bb254 /tools/langpackmgr/langpackmgr.lpr | |
parent | c658612fd057e86aa024e9b2de4353e15dbf5fe4 (diff) |
LangPackMgr update (from Jebifor)
git-svn-id: http://svn.miranda-ng.org/main/trunk@7295 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'tools/langpackmgr/langpackmgr.lpr')
-rw-r--r-- | tools/langpackmgr/langpackmgr.lpr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/langpackmgr/langpackmgr.lpr b/tools/langpackmgr/langpackmgr.lpr index 2de2b5decd..3e8e7cf2ea 100644 --- a/tools/langpackmgr/langpackmgr.lpr +++ b/tools/langpackmgr/langpackmgr.lpr @@ -7,8 +7,8 @@ uses cthreads,
{$ENDIF}{$ENDIF}
Interfaces, // this includes the LCL widgetset
- Forms, unit1
- { you can add units after this };
+ Forms, unit1;
+
{$R *.res}
|