13
0

Dummy -> Audio system: "None"

check if gettext() static initialization works with all compilers.
This commit is contained in:
Robin Gareus 2015-08-05 00:41:57 +02:00
parent 53e969e925
commit a9b6277d50

View File

@ -93,7 +93,7 @@ DummyAudioBackend::~DummyAudioBackend ()
std::string
DummyAudioBackend::name () const
{
return X_("Dummy");
return X_("Dummy"); // internal name
}
bool
@ -1312,7 +1312,7 @@ static bool already_configured ();
static bool available ();
static ARDOUR::AudioBackendInfo _descriptor = {
"Dummy",
_("None (Dummy)"),
instantiate,
deinstantiate,
backend_factory,