Prechádzať zdrojové kódy

Missed bits & pieces.

Martijn Laan 1 mesiac pred
rodič
commit
06097103bb

+ 3 - 2
Projects/Src/IDE.RegistryDesignerForm.dfm

@@ -21,10 +21,11 @@ object RegistryDesignerForm: TRegistryDesignerForm
   object AppRegistryMinVerDocBitBtn: TBitmapButton
     Left = 404
     Top = 168
-    Width = 22
-    Height = 22
+    Width = 20
+    Height = 20
     Anchors = [akTop, akRight]
     AutoSize = True
+    Caption = 'Help'
     TabOrder = 9
   end
   object Panel1: TPanel

+ 1 - 1
Projects/Src/IDE.RegistryDesignerForm.pas

@@ -2,7 +2,7 @@ unit IDE.RegistryDesignerForm;
 
 {
   Inno Setup
-  Copyright (C) 1997-2024 Jordan Russell
+  Copyright (C) 1997-2025 Jordan Russell
   Portions by Martijn Laan
   For conditions of distribution and use, see LICENSE.TXT.
 

+ 1 - 1
Projects/Src/IDE.StartupForm.pas

@@ -2,7 +2,7 @@ unit IDE.StartupForm;
 
 {
   Inno Setup
-  Copyright (C) 1997-2024 Jordan Russell
+  Copyright (C) 1997-2025 Jordan Russell
   Portions by Martijn Laan
   For conditions of distribution and use, see LICENSE.TXT.
 

+ 3 - 2
Projects/Src/IDE.Wizard.WizardForm.dfm

@@ -1057,10 +1057,11 @@ object WizardForm: TWizardForm
           object AppRegistryMinVerDocBitBtn: TBitmapButton
             Left = 358
             Top = 159
-            Width = 22
-            Height = 22
+            Width = 20
+            Height = 20
             Anchors = [akTop, akRight]
             AutoSize = True
+            Caption = 'Help'
             TabOrder = 9
           end
           object AppRegistryFileLabel: TNewStaticText

+ 1 - 1
Projects/Src/IDE.Wizard.WizardFormRegistryHelper.pas

@@ -2,7 +2,7 @@ unit IDE.Wizard.WizardFormRegistryHelper;
 
 {
   Inno Setup
-  Copyright (C) 1997-2024 Jordan Russell
+  Copyright (C) 1997-2025 Jordan Russell
   Portions by Martijn Laan
   For conditions of distribution and use, see LICENSE.TXT.