Rename dummy sound label to "No Sound Output".
This commit is contained in:
@@ -21,7 +21,7 @@ namespace OpenRA.Platforms.Default
|
|||||||
{
|
{
|
||||||
var defaultDevices = new[]
|
var defaultDevices = new[]
|
||||||
{
|
{
|
||||||
new SoundDevice(null, "Default Output"),
|
new SoundDevice(null, "No Sound Output"),
|
||||||
};
|
};
|
||||||
|
|
||||||
return defaultDevices;
|
return defaultDevices;
|
||||||
|
|||||||
Reference in New Issue
Block a user