diff options
Diffstat (limited to 'src/wx/timer_display.cc')
| -rw-r--r-- | src/wx/timer_display.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/timer_display.cc b/src/wx/timer_display.cc index a559bb30f..4dd9adf42 100644 --- a/src/wx/timer_display.cc +++ b/src/wx/timer_display.cc @@ -46,7 +46,7 @@ TimerDisplay::TimerDisplay (wxWindow* parent, StateTimer const & timer, int gets return a.second.total_time > b.second.total_time; }); - add (wxString("get() calls"), true); + add(char_to_wx("get() calls"), true); add (std_to_wx(dcp::locale_convert<string>(gets)), false); add_spacer (); add_spacer (); |
