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