From d318d9f39934e77e9629a55083297a3d5f68ebcd Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Thu, 19 Dec 2013 12:52:06 +0000 Subject: LangPackMgr and replacer tools update (from Jebifor) git-svn-id: http://svn.miranda-ng.org/main/trunk@7282 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- tools/replacer/replacer.lps | 34 ++++++++-------------------------- tools/replacer/unit1.lfm | 8 +++++--- tools/replacer/unit1.pas | 4 ++-- 3 files changed, 15 insertions(+), 31 deletions(-) (limited to 'tools/replacer') diff --git a/tools/replacer/replacer.lps b/tools/replacer/replacer.lps index fd1bcc394f..4a32f93491 100644 --- a/tools/replacer/replacer.lps +++ b/tools/replacer/replacer.lps @@ -9,7 +9,10 @@ - + + + + @@ -21,9 +24,9 @@ - - - + + + @@ -31,27 +34,6 @@ - - - - - - - - - - - - - - - - - - - - - - + diff --git a/tools/replacer/unit1.lfm b/tools/replacer/unit1.lfm index e4aacdd189..a260da370d 100644 --- a/tools/replacer/unit1.lfm +++ b/tools/replacer/unit1.lfm @@ -1,11 +1,13 @@ object Form1: TForm1 Left = 292 Height = 275 - Top = 179 - Width = 362 + Top = 156 + Width = 361 + BorderIcons = [biSystemMenu] + BorderStyle = bsDialog Caption = 'Miranda NG Langpack Tools: Replacer' ClientHeight = 275 - ClientWidth = 362 + ClientWidth = 361 LCLVersion = '1.0.14.0' object CheckListBox1: TCheckListBox Left = 8 diff --git a/tools/replacer/unit1.pas b/tools/replacer/unit1.pas index 48fb0f9e03..b6a66bed0c 100644 --- a/tools/replacer/unit1.pas +++ b/tools/replacer/unit1.pas @@ -7,7 +7,8 @@ interface uses Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls, CheckLst; - +{ IMAGE_FILE_LINE_NUMS_STRIPPED or IMAGE_FILE_LOCAL_SYMS_STRIPPED + $WEAKLINKRTTI ON $RTTI EXPLICIT METHODS([]) PROPERTIES([]) FIELDS([]) } type { TForm1 } @@ -37,7 +38,6 @@ var s:string; r,t:integer; - implementation {$R *.lfm} -- cgit v1.2.3