summaryrefslogtreecommitdiff
path: root/src/wx/timecode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/timecode.h')
-rw-r--r--src/wx/timecode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/timecode.h b/src/wx/timecode.h
index 1e66b8d94..620782567 100644
--- a/src/wx/timecode.h
+++ b/src/wx/timecode.h
@@ -76,7 +76,7 @@ public:
checked_set (_seconds, boost::lexical_cast<std::string> (s));
checked_set (_frames, boost::lexical_cast<std::string> (f));
- _fixed->SetLabel (std_to_wx (t.timecode (fps)));
+ checked_set (_fixed, t.timecode (fps));
}
T get (int fps) const