Shorten Decks sort option

This commit is contained in:
drdev
2014-07-25 23:14:00 +00:00
parent cc30562986
commit afd1c20782

View File

@@ -237,7 +237,7 @@ public enum ColumnDef {
null, null), null, null),
OWNED("Owned", "Owned", 20, true, SortState.ASC, OWNED("Owned", "Owned", 20, true, SortState.ASC,
null, null), null, null),
DECKS("Decks", "Decks Containing Card", 20, true, SortState.ASC, DECKS("Decks", "Decks", 20, true, SortState.ASC,
null, null), null, null),
FAVORITE("", "Favorite", 18, true, SortState.DESC, FAVORITE("", "Favorite", 18, true, SortState.DESC,
new Function<Entry<InventoryItem, Integer>, Comparable<?>>() { new Function<Entry<InventoryItem, Integer>, Comparable<?>>() {