summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_selection.cc
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2020-01-12 17:22:39 -0600
committerBen Loftis <ben@harrisonconsoles.com>2020-01-12 18:13:47 -0600
commit30553a267551405712f3b2a3ef1f612630be6477 (patch)
treee33b8c133b294c5ba0aa35b4c0581864f936cdd6 /gtk2_ardour/editor_selection.cc
parent66e24f33332aba428f2009da6f09465eb5cf6a25 (diff)
Apply some missing widget names
Diffstat (limited to 'gtk2_ardour/editor_selection.cc')
-rw-r--r--gtk2_ardour/editor_selection.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/editor_selection.cc b/gtk2_ardour/editor_selection.cc
index 1e28d77e0b..fbdb485a3f 100644
--- a/gtk2_ardour/editor_selection.cc
+++ b/gtk2_ardour/editor_selection.cc
@@ -1597,8 +1597,8 @@ Editor::region_selection_changed ()
nudge_backward_button.set_name ("nudge button");
} else {
/* nudge marker or playhead */
- nudge_forward_button.set_name ("generic button");
- nudge_backward_button.set_name ("generic button");
+ nudge_forward_button.set_name ("transport button");
+ nudge_backward_button.set_name ("transport button");
}
//there are a few global Editor->Select actions which select regions even if you aren't in Object mode.