summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext
diff options
context:
space:
mode:
authorNick Mainsbridge <beatroute@iprimus.com.au>2006-04-19 20:42:17 +0000
committerNick Mainsbridge <beatroute@iprimus.com.au>2006-04-19 20:42:17 +0000
commit8ca561f8d322d237d7aaa74ebf82f6892064da94 (patch)
tree18b1f4b4b419477e130826c7063404a551828e4f /libs/gtkmm2ext
parentc1be7a630a55ae0b9e32335448d7a77173fbfec4 (diff)
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
Diffstat (limited to 'libs/gtkmm2ext')
-rw-r--r--libs/gtkmm2ext/prompter.cc6
1 files changed, 5 insertions, 1 deletions
diff --git a/libs/gtkmm2ext/prompter.cc b/libs/gtkmm2ext/prompter.cc
index 6bcce00c6f..508e509868 100644
--- a/libs/gtkmm2ext/prompter.cc
+++ b/libs/gtkmm2ext/prompter.cc
@@ -52,7 +52,11 @@ Prompter::init ()
set_default_response (Gtk::RESPONSE_ACCEPT);
add_button (Gtk::Stock::CANCEL, Gtk::RESPONSE_CANCEL);
- add_button (Gtk::Stock::OK, Gtk::RESPONSE_ACCEPT);
+
+ /*
+ Alas a generic 'affirmative' button seems a bit useless sometimes.
+ You will have to add your own.
+ */
entryLabel.set_line_wrap (true);
entryLabel.set_name ("PrompterLabel");