summaryrefslogtreecommitdiff
path: root/src/wx/timecode.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-04-29 22:10:50 +0100
committerCarl Hetherington <cth@carlh.net>2015-04-29 22:10:50 +0100
commitb4e9d90b9d83c952563ccabc435a5d4310ee4853 (patch)
tree2eddd6bab831528fce9c93a57f09ae61a44fe69a /src/wx/timecode.cc
parentd43aadb0bbb5cbdebbc5c95cb3065ed0aa49296a (diff)
Hand-apply b737b25e10a4bcfb8cb645e95a089192347b4805 from master; more deflickering.
Diffstat (limited to 'src/wx/timecode.cc')
-rw-r--r--src/wx/timecode.cc10
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