[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Graveman-cvs] Changes to graveman/current/src/matos.c
From: |
sylvain cresto |
Subject: |
[Graveman-cvs] Changes to graveman/current/src/matos.c |
Date: |
Mon, 02 May 2005 21:22:40 -0400 |
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] Changes to graveman/current/src/matos.c, sylvain cresto, 2005/05/02
- [Graveman-cvs] Changes to graveman/current/src/matos.c,
sylvain cresto <=
- [Graveman-cvs] Changes to graveman/current/src/matos.c, sylvain cresto, 2005/05/03
- [Graveman-cvs] Changes to graveman/current/src/matos.c, sylvain cresto, 2005/05/16
- [Graveman-cvs] Changes to graveman/current/src/matos.c, sylvain cresto, 2005/05/17
- [Graveman-cvs] Changes to graveman/current/src/matos.c, sylvain cresto, 2005/05/18
- [Graveman-cvs] Changes to graveman/current/src/matos.c, sylvain cresto, 2005/05/22
- [Graveman-cvs] Changes to graveman/current/src/matos.c, sylvain cresto, 2005/05/22
- [Graveman-cvs] Changes to graveman/current/src/matos.c, sylvain cresto, 2005/05/27