added tool tips to IP address fields, BTRANSLATE comes later
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41203 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
94fd94986a
commit
008779b3b4
@ -36,10 +36,14 @@ InterfaceAddressView::InterfaceAddressView(BRect frame, int family,
|
||||
new BMessage(M_MODE_NONE)));
|
||||
|
||||
fModeField = new BMenuField("Mode:", fModePopUpMenu);
|
||||
fModeField->SetToolTip(BString("The method for obtaining an IP address"));
|
||||
|
||||
fAddressField = new BTextControl("IP Address:", NULL, NULL);
|
||||
fAddressField->SetToolTip(BString("Your internet protocol address"));
|
||||
fNetmaskField = new BTextControl("Netmask:", NULL, NULL);
|
||||
fNetmaskField->SetToolTip(BString("Your netmask (subnet)"));
|
||||
fGatewayField = new BTextControl("Gateway:", NULL, NULL);
|
||||
fGatewayField->SetToolTip(BString("Your gateway (router)"));
|
||||
|
||||
RevertFields();
|
||||
// Do the initial field population
|
||||
|
Loading…
x
Reference in New Issue
Block a user