From d1535ea0e339bca4eb768cc9e610953d9bcd78e1 Mon Sep 17 00:00:00 2001 From: Philipp Wolfer Date: Tue, 25 Aug 2009 18:02:19 +0200 Subject: [PATCH] Add DCC media format --- picard/const.py | 1 + 1 file changed, 1 insertion(+) diff --git a/picard/const.py b/picard/const.py index 48b0420d9..9fcf62cc8 100644 --- a/picard/const.py +++ b/picard/const.py @@ -56,6 +56,7 @@ RELEASE_FORMATS = { u'Digital': N_('Digital Media'), u'WaxCylinder': N_('Wax Cylinder'), u'PianoRoll': N_('Piano Roll'), + u'DCC': N_('Digital Compact Cassette'), u'Other': N_('Other'), }