small bug fix; set Gateway to Gateway instead of Netmask to Gateway
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40513 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
007d8a0cea
commit
415bb095f3
@ -67,7 +67,7 @@ InterfaceAddressView::RevertFields()
|
||||
// Populate address fields with current settings
|
||||
fAddressField->SetText(fSettings->IP(fFamily));
|
||||
fNetmaskField->SetText(fSettings->Netmask(fFamily));
|
||||
fNetmaskField->SetText(fSettings->Gateway(fFamily));
|
||||
fGatewayField->SetText(fSettings->Gateway(fFamily));
|
||||
|
||||
return B_OK;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user