Skip to content
Snippets Groups Projects
Commit 8d71ba62 authored by rswindell's avatar rswindell
Browse files

Added hint for index file editbox.

parent 222daa3e
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@ object WebCfgDlg: TWebCfgDlg
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
ShowHint = True
OnShow = FormShow
DesignSize = (
352
......@@ -231,6 +232,9 @@ object WebCfgDlg: TWebCfgDlg
Top = 76
Width = 193
Height = 24
Hint =
'List of filenames that will be automatically sent to client (e.g' +
'. index.html)'
TabOrder = 5
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment