Index: graveman/current/src/matos.c
diff -u graveman/current/src/matos.c:1.31 graveman/current/src/matos.c:1.32
--- graveman/current/src/matos.c:1.31   Mon May  2 23:18:32 2005
+++ graveman/current/src/matos.c        Tue May  3 01:22:35 2005
@@ -542,13 +542,13 @@
 gchar* get_media_label(gint Atypecd, gchar *Abuf, gint Alen) {
   *Abuf = 0;
 
-  if (Atypecd & _MEDIA_BLANKORAPPENDABLE) {
-    g_snprintf(Abuf, Alen, _("a CDR/RW"));
-  } else if ((Atypecd & _MEDIA_DVDPRW) || (Atypecd & _MEDIA_DVDMRW)) {
+  if (Atypecd & _MEDIA_TITLE_BLANKORAPPENDABLE) {
+    g_snprintf(Abuf, Alen, _("an empty or appendable CDR/RW"));
+  } else if ((Atypecd & _MEDIA_DVDP_RW) || (Atypecd & _MEDIA_DVDM_RW)) {
     g_snprintf(Abuf, Alen, _("a DVDRW"));
-  } else if (Atypecd & _MEDIA_DVDRew) {
-    g_snprintf(Abuf, Alen, _("a DVDR/RW"));
-  } else if ((Atypecd & _MEDIA_DVDRP) || (Atypecd & _MEDIA_DVDRM)) {
+  } else if (Atypecd & _MEDIA_TITLE_DVDRew) {
+    g_snprintf(Abuf, Alen, _("an empty or appendable DVDR/RW"));
+  } else if ((Atypecd & _MEDIA_DVDR_P) || (Atypecd & _MEDIA_DVDR_M)) {
     g_snprintf(Abuf, Alen, _("a DVDR"));
   } else if (Atypecd & _MEDIA_DVD) {
     g_snprintf(Abuf, Alen, _("a DVD"));


_______________________________________________
Graveman-cvs mailing list
Graveman-cvs@nongnu.org
http://lists.nongnu.org/mailman/listinfo/graveman-cvs

Reply via email to