change the use of "SMPTE" to "Timecode" to reflect the global economy and the end...
[ardour.git] / gtk2_ardour / sfdb_ui.cc
index 7a7fad030f8f726fdd6ee58e63529b64da5a62d4..d4c294ae29aa013caa2d5c5fb55507aa79bd0f34 100644 (file)
@@ -166,7 +166,7 @@ SoundFileBox::SoundFileBox (bool persistent)
        table.attach (timecode_clock, 1, 2, 5, 6, FILL, FILL);
 
        length_clock.set_mode (ARDOUR_UI::instance()->secondary_clock.mode());
-       timecode_clock.set_mode (AudioClock::SMPTE);
+       timecode_clock.set_mode (AudioClock::Timecode);
 
        main_box.pack_start (table, false, false);