This commit is contained in:
Jesse Boyd 2017-08-03 00:12:10 +10:00
parent 12fd9b0d62
commit bcdde9e647
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F
1 changed files with 1 additions and 1 deletions

View File

@ -731,7 +731,7 @@ public class UtilityCommands extends MethodCommands {
String[] fileinfo = schematics.get(i);
String fileName = fileinfo[0];
String fileFormat = fileinfo[1];
m.newline().text(BBC.SCHEMATIC_LIST_ELEM, fileName, formatName);
m.newline().text(BBC.SCHEMATIC_LIST_ELEM, fileName, fileFormat);
if (onClickCmd != null) m.cmdTip(onClickCmd + " " + fileName);
}
if (baseCmd != null) {