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:
Alexander von Gluck IV 2011-04-08 17:46:23 +00:00
parent 94fd94986a
commit 008779b3b4
1 changed files with 4 additions and 0 deletions

View File

@ -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