am 8fd062e1: Use the new VpnType.getDescriptionId().

Merge commit '8fd062e1a5c0047deff1dd817a097b94891000f2' into eclair-plus-aosp

* commit '8fd062e1a5c0047deff1dd817a097b94891000f2':
  Use the new VpnType.getDescriptionId().
This commit is contained in:
Hung-ying Tyan
2009-09-30 03:06:58 -07:00
committed by Android Git Automerger

View File

@@ -60,7 +60,7 @@ public class VpnTypeSelection extends PreferenceActivity {
Preference pref = new Preference(this);
pref.setTitle(message);
pref.setSummary(t.getDescription());
pref.setSummary(t.getDescriptionId());
root.addPreference(pref);
}
}