Updated some captions

Updated the Autocomplete-Check function
Prepared AMXX-Studio for release
This commit is contained in:
Christian Hammacher
2006-01-11 18:02:42 +00:00
parent fd7f4441fb
commit 73ba5d1644
14 changed files with 150 additions and 20 deletions

View File

@ -64,7 +64,7 @@ object frmSettings: TfrmSettings
Top = 0
Width = 351
Height = 260
ActivePage = jspCompiler
ActivePage = jspAutocompleteCheck
PropagateEnable = False
Align = alClient
OnChange = jplSettingsChange
@ -1855,6 +1855,14 @@ object frmSettings: TfrmSettings
Align = alTop
Shape = bsTopLine
end
object lblACHint: TLabel
Left = 2
Top = 16
Width = 312
Height = 13
Caption = 'This feature allows you to set your Autocomplete-Items manually'
Visible = False
end
object cmdOK: TFlatButton
Left = 416
Top = 7