X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fengineer%2Ftimetablepanel.cpp;h=12ae2a820c4a4affa50a925d9bf709a9a4f58c48;hb=a34347c6642d89a44960aeddc372891744cded15;hp=878de865835aa8a44cf48b5619ad4354a3540675;hpb=0be77238bcd33baf23594f3b54464205d2d51b31;p=r2c2.git diff --git a/source/engineer/timetablepanel.cpp b/source/engineer/timetablepanel.cpp index 878de86..12ae2a8 100644 --- a/source/engineer/timetablepanel.cpp +++ b/source/engineer/timetablepanel.cpp @@ -230,6 +230,7 @@ TimetableRowItem::TimetableRowItem(ValueType row) { case Timetable::ARRIVE: type = "Arrive at "; break; case Timetable::DEPART: type = "Depart from "; break; + case Timetable::THROUGH: type = "Go through "; break; } add(*new GLtk::Label(type+row->target->get_name())); }