fix label for 24.975fps
authorRobin Gareus <robin@gareus.org>
Mon, 29 Oct 2012 17:29:31 +0000 (17:29 +0000)
committerRobin Gareus <robin@gareus.org>
Mon, 29 Oct 2012 17:29:31 +0000 (17:29 +0000)
the enum is not changed; it would break loading existing sessions.

git-svn-id: svn://localhost/ardour2/branches/3.0@13365 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/session_option_editor.cc

index b21e76c14090e79ca589d0765cac190c0df20117..5059555fff324aa7c6eaad836804125e7228717c 100644 (file)
@@ -49,7 +49,7 @@ SessionOptionEditor::SessionOptionEditor (Session* s)
 
        smf->add (timecode_23976, _("23.976"));
        smf->add (timecode_24, _("24"));
-       smf->add (timecode_24976, _("24.976"));
+       smf->add (timecode_24976, _("24.975"));
        smf->add (timecode_25, _("25"));
        smf->add (timecode_2997, _("29.97"));
        smf->add (timecode_2997drop, _("29.97 drop"));