summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-01-04 02:04:05 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-01-04 02:04:05 +0000
commit6ddcd8f0b9a8c27cdc4b96966c6746a1a8c2dc15 (patch)
tree77c3718ab9d0f62dd986eced541ad5c08fdf5df8 /gtk2_ardour/rc_option_editor.cc
parentb1af21dae72e81e4168a2a9bdfa4f468db081873 (diff)
add a way to see (most of) the waf config used to build ardour at run time (from the about dialog). buttons still need reordering there
git-svn-id: svn://localhost/ardour2/branches/3.0@6439 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/rc_option_editor.cc')
-rw-r--r--gtk2_ardour/rc_option_editor.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc
index e35ec0026d..ec0728b7fc 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -778,7 +778,8 @@ public:
_box->pack_start (_view, false, false);
- Label* label = manage (new Label (_("Double-click on a name to edit settings for an enabled protocol")));
+ Label* label = manage (new Label);
+ label->set_markup (string_compose (X_("<i>%1</i>"), _("Double-click on a name to edit settings for an enabled protocol")));
_box->pack_start (*label, false, false);
label->show ();