mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
use smart combobox control
This commit is contained in:
@@ -583,6 +583,13 @@ namespace CUETools.Processor
|
||||
encoderLossy = _encoderLossy;
|
||||
decoder = _decoder;
|
||||
}
|
||||
public string DotExtension
|
||||
{
|
||||
get
|
||||
{
|
||||
return "." + extension;
|
||||
}
|
||||
}
|
||||
public override string ToString()
|
||||
{
|
||||
return extension;
|
||||
|
||||
Reference in New Issue
Block a user