13
0

Fix creation of MIDI tracks under some translations.

git-svn-id: svn://localhost/ardour2/branches/3.0@8401 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-01-01 16:59:48 +00:00
parent ce83dd0df1
commit cacc66580a

View File

@ -316,7 +316,7 @@ AddRouteDialog::refill_channel_setups ()
chn.name = "separator";
channel_setups.push_back (chn);
chn.name = X_("MIDI");
chn.name = _("MIDI");
chn.channels = 0;
channel_setups.push_back (chn);