Network Preflet: Add Tooltip for DNS Servers
Added a tooltip, In case it's not clear how to enter the dns servers list.
This commit is contained in:
parent
177ff99dd3
commit
b42bd0e487
@ -204,6 +204,7 @@ EthernetSettingsView::EthernetSettingsView()
|
||||
layout->AddItem(fDNSTextControl->CreateLabelLayoutItem(), 0, 7);
|
||||
layout->AddItem(fDNSTextControl->CreateTextViewLayoutItem(), 1, 7);
|
||||
((RestrictedTextControl*)fDNSTextControl)->AllowChars("0123456789.;, ");
|
||||
fDNSTextControl->SetToolTip(B_TRANSLATE("DNS Servers, comma-separated"));
|
||||
|
||||
fDomainTextControl = new BTextControl(B_TRANSLATE("Domain:"), "", NULL);
|
||||
SetupTextControl(fDomainTextControl);
|
||||
|
Loading…
Reference in New Issue
Block a user