Cosmetic: Label caption still sticks to its name until loop modifies it. Fixes issue #2158.

This commit is contained in:
Ansgar Becker
2010-09-08 19:03:27 +00:00
parent 566fe3c149
commit 8a986c98ef

View File

@@ -96,9 +96,9 @@ object RunSQLFileForm: TRunSQLFileForm
object lblAffectedRowsValue: TLabel
Left = 104
Top = 57
Width = 104
Width = 6
Height = 13
Caption = 'lblAffectedRowsValue'
Caption = '0'
end
object btnClose: TButton
Left = 162