mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Change ArdourPrompter to not have an OK button by default, clean up new track/bus dialog and change 'affirmative' button on ArdourPrompter dialogs, make 'jack isn't running' dialog a MessageDialog, standardise some capitalisation, add stock buttons to plugin selector, fix layout of presets in plugin_ui. Fix 'rename range' dialog.
git-svn-id: svn://localhost/trunk/ardour2@458 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
c1be7a630a
commit
8ca561f8d3
16 changed files with 106 additions and 63 deletions
|
|
@ -218,8 +218,9 @@ MeterBridgeStrip::label_button_press_release (GdkEventButton *ev)
|
|||
string name;
|
||||
ArdourPrompter prompter (true);
|
||||
|
||||
prompter.set_prompt (_("New name for meter:"));
|
||||
prompter.set_prompt (_("New Name for Meter:"));
|
||||
prompter.set_initial_text (label.get_text());
|
||||
prompter.add_button (_("Rename"), Gtk::RESPONSE_ACCEPT);
|
||||
prompter.show_all();
|
||||
|
||||
switch (prompter.run ()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue