summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_actions.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2006-11-21 17:30:47 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2006-11-21 17:30:47 +0000
commit39f0ea6ae9dbed51bfb2f0f3f6bf428c72cb3978 (patch)
treedbbfcc2918e97d558403c335aba749a943410ee5 /gtk2_ardour/editor_actions.cc
parent0d7cfe66a69fb03be74e9ff187fa9874d0db13ae (diff)
new fader design from thorwil, mostly
git-svn-id: svn://localhost/ardour2/trunk@1149 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_actions.cc')
-rw-r--r--gtk2_ardour/editor_actions.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_actions.cc b/gtk2_ardour/editor_actions.cc
index 3cb14dd9db..55f8e16f81 100644
--- a/gtk2_ardour/editor_actions.cc
+++ b/gtk2_ardour/editor_actions.cc
@@ -1096,7 +1096,7 @@ Editor::parameter_changed (const char* parameter_name)
update_crossfade_model ();
} else if (PARAM_IS ("edit-mode")) {
edit_mode_selector.set_active_text (edit_mode_to_string (Config->get_edit_mode()));
- } else if (PARAM_IS ("subframes_per_frame")) {
+ } else if (PARAM_IS ("subframes-per-frame")) {
update_subframes_per_frame ();
update_just_smpte ();
}