Use the new VpnType.getDescriptionId().

This commit is contained in:
Hung-ying Tyan
2009-09-30 17:57:56 +08:00
parent 08df148848
commit 8fd062e1a5

View File

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