Updated some captions
Updated the Autocomplete-Check function Prepared AMXX-Studio for release
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user