13
0

fix matching TC color assignment (rev13264)

git-svn-id: svn://localhost/ardour2/branches/3.0@13269 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Robin Gareus 2012-10-14 16:17:33 +00:00
parent e4e4b67ad4
commit beee5d09b8

View File

@ -1116,7 +1116,7 @@ ARDOUR_UI::update_timecode_format ()
}
snprintf (buf, sizeof (buf), S_("Timecode|TC: <span foreground=\"%s\">%sfps</span>"),
matching ? X_("red") : X_("green"),
matching ? X_("green") : X_("red"),
Timecode::timecode_format_name (_session->config.get_timecode_format()).c_str());
} else {
snprintf (buf, sizeof (buf), "TC: n/a");