summaryrefslogtreecommitdiff
path: root/gtk2_ardour/tempo_dialog.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2005-09-26 14:33:53 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2005-09-26 14:33:53 +0000
commit625df0912abe44912d842f1485d7d6c9a3321aef (patch)
tree45ad1fba0b6d40c8d441e3416f92ab2b0a4dcf7d /gtk2_ardour/tempo_dialog.cc
parent97c911262100ad866a17a0aea8f4f0d306fb6625 (diff)
got ardour_dialog compiling
git-svn-id: svn://localhost/trunk/ardour2@41 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/tempo_dialog.cc')
-rw-r--r--gtk2_ardour/tempo_dialog.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/tempo_dialog.cc b/gtk2_ardour/tempo_dialog.cc
index f0ad928aa5..9e2a9aafe8 100644
--- a/gtk2_ardour/tempo_dialog.cc
+++ b/gtk2_ardour/tempo_dialog.cc
@@ -183,7 +183,7 @@ MeterDialog::init (const BBT_Time& when, double bpb, double note_type, bool mova
strings.push_back (_("sixteenth (16)"));
strings.push_back (_("thirty-second (32)"));
- note_types.set_popdown_strings (strings);
+ set_popdown_strings (note_types, strings);
if (note_type==1.0f)
note_types.get_entry()->set_text(_("whole (1)"));