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

Merge commit '39087f8a69ab224f3b067bb79e5cd66fd5e2a3aa'

* commit '39087f8a69ab224f3b067bb79e5cd66fd5e2a3aa':
  Use the new VpnType.getDescriptionId().
This commit is contained in:
Hung-ying Tyan
2009-10-01 11:55:05 -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);
}
}