Corrected DVD-RW sequential profile name

This commit is contained in:
Thomas Schmitt 2006-12-29 14:39:42 +00:00
parent 7c6895aec2
commit 6e9c399930
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2006.12.27.213729"
#define Cdrskin_timestamP "2006.12.29.143734"

View File

@ -1017,7 +1017,7 @@ static char *mmc_obtain_profile_name(int profile_number)
texts[0x11] = "DVD-R sequential recording";
texts[0x12] = "DVD-RAM";
texts[0x13] = "DVD-RW restricted overwrite";
texts[0x14] = "DVD-RW sequential overwrite";
texts[0x14] = "DVD-RW sequential recording";
texts[0x15] = "DVD-R/DL sequential recording";
texts[0x16] = "DVD-R/DL layer jump recording";
texts[0x1a] = "DVD+RW";