mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +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
|
|
@ -322,6 +322,7 @@ VisualTimeAxis::start_time_axis_rename()
|
|||
ArdourPrompter name_prompter;
|
||||
|
||||
name_prompter.set_prompt (_("new name: ")) ;
|
||||
name_prompter.add_button (_("Rename"), Gtk::RESPONSE_ACCEPT);
|
||||
name_prompter.show_all() ;
|
||||
|
||||
switch (name_prompter.run ()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue