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:
@@ -31,6 +31,7 @@
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System" />
|
||||
|
||||
@@ -583,6 +583,13 @@ namespace CUETools.Processor
|
||||
encoderLossy = _encoderLossy;
|
||||
decoder = _decoder;
|
||||
}
|
||||
public string DotExtension
|
||||
{
|
||||
get
|
||||
{
|
||||
return "." + extension;
|
||||
}
|
||||
}
|
||||
public override string ToString()
|
||||
{
|
||||
return extension;
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user