<select tag> -> all cards

This commit is contained in:
Damien Elmes 2009-03-04 20:50:03 +09:00
parent 9033dd8afc
commit 6a8a88dfc6

View file

@ -354,7 +354,7 @@ class EditDeck(QMainWindow):
self.dialog.tagList.setFixedWidth(130) self.dialog.tagList.setFixedWidth(130)
self.dialog.tagList.clear() self.dialog.tagList.clear()
self.dialog.tagList.addItems(QStringList( self.dialog.tagList.addItems(QStringList(
[_('<Select Tag>'), _('No tags')] + self.alltags)) [_('All cards'), _('No tags')] + self.alltags))
self.dialog.tagList.view().setFixedWidth(300) self.dialog.tagList.view().setFixedWidth(300)
def drawSort(self): def drawSort(self):