make the JACK->Latency->256 frame option actually do something

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6713 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2010-02-27 02:32:32 +00:00
parent 9bd4251e86
commit 8b6652235f

View file

@ -684,6 +684,9 @@ ARDOUR_UI::set_jack_buffer_size (nframes_t nframes)
case 128:
action_name = X_("JACKLatency128");
break;
case 256:
action_name = X_("JACKLatency256");
break;
case 512:
action_name = X_("JACKLatency512");
break;