mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
CTDB metadata support
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user