summaryrefslogtreecommitdiff
path: root/src/wx/timeline_content_view.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-11-16 09:41:22 +0000
committerCarl Hetherington <cth@carlh.net>2015-11-16 09:41:22 +0000
commit547f6e46176aa0e012458c591934ecc265e8e132 (patch)
tree877e52def002220febeda539a6d07426124d69b8 /src/wx/timeline_content_view.cc
parent1ca60a8d7aaf3834de5be6e74c31e0185f31144b (diff)
Remove extra unnecessary type string in timeline views.
Diffstat (limited to 'src/wx/timeline_content_view.cc')
-rw-r--r--src/wx/timeline_content_view.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/timeline_content_view.cc b/src/wx/timeline_content_view.cc
index 324790f87..858214c33 100644
--- a/src/wx/timeline_content_view.cc
+++ b/src/wx/timeline_content_view.cc
@@ -121,7 +121,7 @@ TimelineContentView::do_paint (wxGraphicsContext* gc)
gc->StrokePath (path);
gc->FillPath (path);
- wxString name = wxString::Format (wxT ("%s [%s]"), std_to_wx (cont->summary()).data(), type().data());
+ wxString name = std_to_wx (cont->summary());
wxDouble name_width;
wxDouble name_height;
wxDouble name_descent;