13
0

Add missing dialogue box title.

git-svn-id: svn://localhost/ardour2/branches/3.0@7890 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-10-10 11:34:14 +00:00
parent d86000efd0
commit b126c53dfb

View File

@ -528,6 +528,7 @@ void
PlugUIBase::save_plugin_setting ()
{
ArdourPrompter prompter (true);
prompter.set_title(_("New Preset"));
prompter.set_prompt(_("Name of New Preset:"));
prompter.add_button (Gtk::Stock::ADD, Gtk::RESPONSE_ACCEPT);
prompter.set_response_sensitive (Gtk::RESPONSE_ACCEPT, false);