CTDB metadata support

This commit is contained in:
chudov
2011-05-21 23:28:33 +00:00
parent d5fdd19735
commit b289629143
14 changed files with 304 additions and 23 deletions

View File

@@ -5,8 +5,8 @@ using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using CUETools.CTDB.EACPlugin.Properties;
namespace AudioDataPlugIn
{
public partial class Options : Form
@@ -20,5 +20,10 @@ namespace AudioDataPlugIn
{
System.Diagnostics.Process.Start(linkLabel1.Text);
}
private void Options_Load(object sender, EventArgs e)
{
this.Icon = Resources.ctdb;
}
}
}