aboutsummaryrefslogtreecommitdiff
path: root/Source/logunit.dfm
diff options
context:
space:
mode:
authorJuha Vehviläinen <jusu@users.sourceforge.net>2002-07-22 13:32:27 +0000
committerJuha Vehviläinen <jusu@users.sourceforge.net>2002-07-22 13:32:27 +0000
commit47d37b31d91dd24013c51d2e77f21fa0a6097c89 (patch)
tree4ba0c9bbd5d4f336191d097584a2fe496d619253 /Source/logunit.dfm
parent6106d047e91a07604586ed2632579f85fddf35bc (diff)
update to 0.31
svn path=/trunk/Framestein/; revision=45
Diffstat (limited to 'Source/logunit.dfm')
-rw-r--r--Source/logunit.dfm4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/logunit.dfm b/Source/logunit.dfm
index bd8c429..4cc93c4 100644
--- a/Source/logunit.dfm
+++ b/Source/logunit.dfm
@@ -4,7 +4,7 @@ object log: Tlog
Width = 603
Height = 666
BorderStyle = bsSizeToolWin
- Caption = 'Console / Log'
+ Caption = 'Debug log'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
@@ -86,6 +86,7 @@ object log: Tlog
Align = alTop
BevelOuter = bvNone
TabOrder = 1
+ Visible = False
end
object Panel3: TPanel
Left = 0
@@ -96,5 +97,6 @@ object log: Tlog
BevelOuter = bvLowered
Caption = 'Console'
TabOrder = 3
+ Visible = False
end
end