Commit files I missed with the previous commit.

This commit is contained in:
karamanolev
2011-10-25 11:54:20 +00:00
parent c4cdfc58f2
commit a71f86b680
3 changed files with 2658 additions and 2631 deletions

View File

@@ -165,10 +165,7 @@ namespace JDP
}
else if (useAR)
{
StringWriter sw = new StringWriter();
cueSheet.GenerateAccurateRipLog(sw);
textBox1.Text += sw.ToString();
sw.Close();
textBox1.Text += CUESheetLogWriter.GetAccurateRipLog(cueSheet);
textBox1.Show();
}
textBox1.Text += "----------------------------------------------------------\r\n";