Dummy -> Audio system: "None"
check if gettext() static initialization works with all compilers.
This commit is contained in:
@@ -93,7 +93,7 @@ DummyAudioBackend::~DummyAudioBackend ()
|
|||||||
std::string
|
std::string
|
||||||
DummyAudioBackend::name () const
|
DummyAudioBackend::name () const
|
||||||
{
|
{
|
||||||
return X_("Dummy");
|
return X_("Dummy"); // internal name
|
||||||
}
|
}
|
||||||
|
|
||||||
bool
|
bool
|
||||||
@@ -1312,7 +1312,7 @@ static bool already_configured ();
|
|||||||
static bool available ();
|
static bool available ();
|
||||||
|
|
||||||
static ARDOUR::AudioBackendInfo _descriptor = {
|
static ARDOUR::AudioBackendInfo _descriptor = {
|
||||||
"Dummy",
|
_("None (Dummy)"),
|
||||||
instantiate,
|
instantiate,
|
||||||
deinstantiate,
|
deinstantiate,
|
||||||
backend_factory,
|
backend_factory,
|
||||||
|
|||||||
Reference in New Issue
Block a user