Fix build.

This commit is contained in:
Oliver Tappe
2012-08-16 21:23:42 +02:00
parent 6e8999717f
commit 8ffa652cac
@@ -114,7 +114,7 @@ EthernetSettingsView::EthernetSettingsView()
rootLayout->SetSpacing(inset);
layout->SetSpacing(inset, inset);
BPopUpMenu* deviceMenu = new BPopUpMenu((B_TRANSLATE("<no adapter>"));
BPopUpMenu* deviceMenu = new BPopUpMenu(B_TRANSLATE("<no adapter>"));
for (int32 i = 0; i < fInterfaces.CountItems(); i++) {
BString& name = *fInterfaces.ItemAt(i);
BString label = name;