mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
fix label for 24.975fps
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
This commit is contained in:
parent
5f79e30d05
commit
b0fb2a032b
1 changed files with 1 additions and 1 deletions
|
|
@ -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"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue