Added displaying not implemented cards of New Phyrexia to Collection Viewer.

This commit is contained in:
magenoxx 2011-06-12 17:03:33 +04:00
parent a1eb9f7d0e
commit bbfd775191
3 changed files with 204 additions and 16 deletions

View file

@ -305,7 +305,7 @@ public class MageBook extends JComponent {
private HoverButton pageRight;
private int currentPage = 0;
private String currentSet = "MBS";
private String currentSet = "NPH";
private static CardDimensions cardDimensions = new CardDimensions(1.2d);
private static final Logger log = Logger.getLogger(MageBook.class);