am a2bfad13: Fix the build.

Merge commit 'a2bfad13995d8ee00ab084f1ce5c31aea5db1317' into eclair-mr2-plus-aosp

* commit 'a2bfad13995d8ee00ab084f1ce5c31aea5db1317':
  Fix the build.
This commit is contained in:
Patrick Scott
2009-10-23 07:29:08 -07:00
committed by Android Git Automerger

View File

@@ -276,7 +276,7 @@ public class WifiSettings extends PreferenceActivity implements WifiLayer.Callba
if (state == null) { if (state == null) {
return; return;
} }
menu.setHeaderTitle(state.getHumanReadableSsid()); menu.setHeaderTitle(state.ssid);
if (state.isConnectable()) { if (state.isConnectable()) {
menu.add(0, CONTEXT_MENU_ID_CONNECT, 0, R.string.wifi_context_menu_connect); menu.add(0, CONTEXT_MENU_ID_CONNECT, 0, R.string.wifi_context_menu_connect);