Oops, forgot to make a tiny change.
Simon
This commit is contained in:
@ -461,7 +461,7 @@ midi_set_device (ControllerMidi *midi,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* hack to avoid new message to translate */
|
/* hack to avoid new message to translate */
|
||||||
alsa = g_strdup_printf ("ALSA: %d:%d",
|
alsa = g_strdup_printf ("ALSA (%d:%d)",
|
||||||
snd_seq_client_id (midi->sequencer),
|
snd_seq_client_id (midi->sequencer),
|
||||||
ret);
|
ret);
|
||||||
name = g_strdup_printf (_("Reading from %s"), alsa);
|
name = g_strdup_printf (_("Reading from %s"), alsa);
|
||||||
|
Reference in New Issue
Block a user