OSDN Git Service

resolved conflicts for merge of e304b9f4 to eclair-mr2
authorNeel Parekh <neel@google.com>
Fri, 23 Oct 2009 01:26:46 +0000 (18:26 -0700)
committerNeel Parekh <neel@google.com>
Fri, 23 Oct 2009 01:26:46 +0000 (18:26 -0700)
1  2 
src/com/android/settings/wifi/WifiSettings.java

@@@ -261,9 -276,9 +276,8 @@@ public class WifiSettings extends Prefe
          if (state == null) {
              return;
          }
-      
-         menu.setHeaderTitle(state.ssid);
-         
 -
+         menu.setHeaderTitle(state.getHumanReadableSsid());
          if (state.isConnectable()) {
              menu.add(0, CONTEXT_MENU_ID_CONNECT, 0, R.string.wifi_context_menu_connect);
          }