From e00afb124a5ae39022e095ea5e9e8d2a86d3f45c Mon Sep 17 00:00:00 2001 From: Jonathan Barnard Date: Mon, 16 Feb 2009 03:35:08 +0000 Subject: [PATCH] UnitMain: Replace the name of Label1 with Label_WineVersion. --- UnitMain.lfm | 4 ++-- UnitMain.pas | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/UnitMain.lfm b/UnitMain.lfm index 84de743..b4d5568 100644 --- a/UnitMain.lfm +++ b/UnitMain.lfm @@ -14,7 +14,7 @@ object Form1: TForm1 Position = poDefault LCLVersion = '0.9.26.1' WindowState = wsMaximized - object Label1: TLabel + object Label_WineVersion: TLabel AnchorSideTop.Control = ComboBox_Architecture AnchorSideTop.Side = asrBottom Left = 9 @@ -115,7 +115,7 @@ object Form1: TForm1 TabOrder = 2 end object ComboBox_WineVersion: TComboBox - AnchorSideTop.Control = Label1 + AnchorSideTop.Control = Label_WineVersion AnchorSideTop.Side = asrBottom Left = 9 Height = 27 diff --git a/UnitMain.pas b/UnitMain.pas index 1d8bd06..4b35b74 100644 --- a/UnitMain.pas +++ b/UnitMain.pas @@ -51,7 +51,7 @@ type ComboBox_TerminalName: TComboBox; ComboBox_WineVersion: TComboBox; EditBox_ProgramPath: TEdit; - Label1: TLabel; + Label_WineVersion: TLabel; Label_Flags: TLabel; Label_ProgramPath: TLabel; Label_ProgramsList: TLabel; -- 2.11.4.GIT