mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
remove last of the remnants of "ardour-bindings" strings (library edition)
This commit is contained in:
parent
d07710e847
commit
1911899d15
1 changed files with 1 additions and 1 deletions
|
|
@ -389,7 +389,7 @@ UI::set_tip (Widget *w, const gchar *tip, const gchar *hlp)
|
|||
Widget* ww = w;
|
||||
BindingSet* binding_set = nullptr;
|
||||
do {
|
||||
binding_set = (BindingSet*) ww->get_data ("ardour-bindings");
|
||||
binding_set = (BindingSet*) ww->get_data (ARDOUR_BINDING_KEY);
|
||||
if (binding_set) {
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue