diff options
Diffstat (limited to 'src/wx/timecode.cc')
| -rw-r--r-- | src/wx/timecode.cc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/wx/timecode.cc b/src/wx/timecode.cc index fe6819cd0..291a6ba58 100644 --- a/src/wx/timecode.cc +++ b/src/wx/timecode.cc @@ -83,11 +83,11 @@ TimecodeBase::TimecodeBase (wxWindow* parent) void TimecodeBase::clear () { - checked_set (_hours, ""); - checked_set (_minutes, ""); - checked_set (_seconds, ""); - checked_set (_frames, ""); - _fixed->SetLabel (""); + checked_set (_hours, wxT ("")); + checked_set (_minutes, wxT ("")); + checked_set (_seconds, wxT ("")); + checked_set (_frames, wxT ("")); + checked_set (_fixed, wxT ("")); } void |
