X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=gtk2_ardour%2Fkeyeditor.cc;h=f300b4751c45fe76d3d62f293493e23c51dd3449;hb=720c68d7e1fc2c3e18bf50e542b1d9cad05a227a;hp=d7a92bd6300b77a99269a9f8e40a53ee38a7a879;hpb=1375c454fbf40a5c698f8e95d9dc4f85d0835ebd;p=ardour.git diff --git a/gtk2_ardour/keyeditor.cc b/gtk2_ardour/keyeditor.cc index d7a92bd630..f300b4751c 100644 --- a/gtk2_ardour/keyeditor.cc +++ b/gtk2_ardour/keyeditor.cc @@ -68,7 +68,7 @@ KeyEditor::KeyEditor () : ArdourWindow (_("Key Bindings")) , unbind_button (_("Remove shortcut")) , unbind_box (BUTTONBOX_END) - , filter_entry (_("Search...")) + , filter_entry (_("Search..."), true) , filter_string("") , sort_column(0) , sort_type(Gtk::SORT_ASCENDING) @@ -80,6 +80,7 @@ KeyEditor::KeyEditor () Glib::RefPtr icon = ARDOUR_UI_UTILS::get_icon ("search"); filter_entry.set_icon_from_pixbuf (icon); + filter_entry.set_icon_tooltip_text (_("Click to reset search string")); filter_entry.signal_search_string_updated ().connect (sigc::mem_fun (*this, &KeyEditor::search_string_updated)); vpacker.pack_start (filter_entry, false, false);