/[graveman]/graveman/current/src/matos.c
ViewVC logotype

Diff of /graveman/current/src/matos.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.31 by scresto, Mon May 2 23:18:32 2005 UTC revision 1.32 by scresto, Tue May 3 01:22:35 2005 UTC
# Line 542  gboolean burn_dvddata(Tgrave *Ag, GError Line 542  gboolean burn_dvddata(Tgrave *Ag, GError
542  gchar* get_media_label(gint Atypecd, gchar *Abuf, gint Alen) {  gchar* get_media_label(gint Atypecd, gchar *Abuf, gint Alen) {
543    *Abuf = 0;    *Abuf = 0;
544    
545    if (Atypecd & _MEDIA_BLANKORAPPENDABLE) {    if (Atypecd & _MEDIA_TITLE_BLANKORAPPENDABLE) {
546      g_snprintf(Abuf, Alen, _("a CDR/RW"));      g_snprintf(Abuf, Alen, _("an empty or appendable CDR/RW"));
547    } else if ((Atypecd & _MEDIA_DVDPRW) || (Atypecd & _MEDIA_DVDMRW)) {    } else if ((Atypecd & _MEDIA_DVDP_RW) || (Atypecd & _MEDIA_DVDM_RW)) {
548      g_snprintf(Abuf, Alen, _("a DVDRW"));      g_snprintf(Abuf, Alen, _("a DVDRW"));
549    } else if (Atypecd & _MEDIA_DVDRew) {    } else if (Atypecd & _MEDIA_TITLE_DVDRew) {
550      g_snprintf(Abuf, Alen, _("a DVDR/RW"));      g_snprintf(Abuf, Alen, _("an empty or appendable DVDR/RW"));
551    } else if ((Atypecd & _MEDIA_DVDRP) || (Atypecd & _MEDIA_DVDRM)) {    } else if ((Atypecd & _MEDIA_DVDR_P) || (Atypecd & _MEDIA_DVDR_M)) {
552      g_snprintf(Abuf, Alen, _("a DVDR"));      g_snprintf(Abuf, Alen, _("a DVDR"));
553    } else if (Atypecd & _MEDIA_DVD) {    } else if (Atypecd & _MEDIA_DVD) {
554      g_snprintf(Abuf, Alen, _("a DVD"));      g_snprintf(Abuf, Alen, _("a DVD"));

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26