From 62c2a8dc6a424c6d16e53d0b50039c3de4b96dd4 Mon Sep 17 00:00:00 2001 From: Ansgar Becker Date: Fri, 12 Dec 2008 21:11:19 +0000 Subject: [PATCH] Allow update checking each time the application is started ("0" in preferences option) --- source/options.dfm | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/source/options.dfm b/source/options.dfm index f0426fc7..e2423295 100644 --- a/source/options.dfm +++ b/source/options.dfm @@ -142,11 +142,14 @@ object optionsform: Toptionsform end object chkUpdatecheck: TCheckBox Left = 16 - Top = 178 + Top = 176 Width = 281 - Height = 17 - Caption = 'Automatically check for updates / Interval [days]:' + Height = 28 + Caption = + 'Automatically check for updates / Interval [days]:'#13#10'(0 = each ti' + + 'me the application is started)' TabOrder = 8 + WordWrap = True OnClick = chkUpdatecheckClick end object editUpdatecheckInterval: TEdit @@ -165,7 +168,6 @@ object optionsform: Toptionsform Height = 21 Associate = editUpdatecheckInterval Enabled = False - Min = 1 Max = 999 Position = 1 TabOrder = 10 @@ -173,7 +175,7 @@ object optionsform: Toptionsform end object chkPreferShowTables: TCheckBox Left = 16 - Top = 231 + Top = 242 Width = 373 Height = 34 Anchors = [akLeft, akTop, akRight] @@ -186,7 +188,7 @@ object optionsform: Toptionsform end object chkUpdateCheckBuilds: TCheckBox Left = 34 - Top = 198 + Top = 210 Width = 247 Height = 17 Caption = 'Also check for updated nightly builds'