summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_selection.cc
diff options
context:
space:
mode:
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.