Fix the build.

This commit is contained in:
Patrick Scott
2009-10-23 09:53:06 -04:00
parent 0bc64d45b4
commit a2bfad1399

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);