networksetup+: Adjust add-on path to match preflet name

This commit is contained in:
Alexander von Gluck IV
2013-01-20 23:33:18 +00:00
parent afc33db942
commit 2ddbb1e3d2
@@ -259,7 +259,7 @@ NetworkSetupWindow::_BuildShowTabView(int32 msg_what)
path.Append(search_path + 3);
} else {
path.SetTo(search_path);
path.Append("network_setup");
path.Append("Network Setup");
}
search_path = strtok_r(NULL, ":", &next_path_token);