/[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.28 by scresto, Mon Apr 4 01:37:42 2005 UTC revision 1.29 by scresto, Tue Apr 12 23:12:52 2005 UTC
# Line 553  void set_waitwindow_title(gboolean Ainse Line 553  void set_waitwindow_title(gboolean Ainse
553      g_snprintf(Lcd, sizeof(Lcd)-1, _("a DVDRW"));      g_snprintf(Lcd, sizeof(Lcd)-1, _("a DVDRW"));
554    } else if (Atypecd & _MEDIA_DVDRew) {    } else if (Atypecd & _MEDIA_DVDRew) {
555      g_snprintf(Lcd, sizeof(Lcd)-1, _("a DVDR/RW"));      g_snprintf(Lcd, sizeof(Lcd)-1, _("a DVDR/RW"));
556    } else if (Atypecd & _MEDIA_DVDR) {    } else if ((Atypecd & _MEDIA_DVDRP) || (Atypecd & _MEDIA_DVDRM)) {
557      g_snprintf(Lcd, sizeof(Lcd)-1, _("a DVDR"));      g_snprintf(Lcd, sizeof(Lcd)-1, _("a DVDR"));
558    } else if (Atypecd & _MEDIA_DVD) {    } else if (Atypecd & _MEDIA_DVD) {
559      g_snprintf(Lcd, sizeof(Lcd)-1, _("a DVD"));      g_snprintf(Lcd, sizeof(Lcd)-1, _("a DVD"));

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

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