localized some items in English.

This commit is contained in:
huanghongxun
2015-11-30 20:27:24 +08:00
parent 626cc2f6ed
commit 73a9fbb1c4
10 changed files with 19 additions and 13 deletions

View File

@@ -3164,7 +3164,7 @@ implements MonitorThread.MonitorThreadListener, Event<Integer> {
javax.swing.JTable table = MainWindow.this.lstDownloads;
DefaultTableModel model = (DefaultTableModel) table.getModel();
MinecraftRemoteVersions v = MinecraftRemoteVersions.fromJson(task.getResult());
MinecraftRemoteVersions v = C.gson.fromJson(task.getResult(), MinecraftRemoteVersions.class);
for (MinecraftRemoteVersion ver : v.versions) {
String[] line = new String[4];
line[0] = ver.id;