13
0

correct msg in fatal error

This commit is contained in:
Paul Davis 2014-10-14 12:57:39 -04:00
parent 128b240f46
commit f77f54a6e2

View File

@ -112,7 +112,7 @@ AudioStreamView::create_region_view (boost::shared_ptr<Region> r, bool wait_for_
_samples_per_pixel, region_color);
break;
default:
fatal << string_compose (_("programming error: %1"), "illegal track mode in ::add_region_view_internal") << endmsg;
fatal << string_compose (_("programming error: %1"), "illegal track mode in ::create_region_view()") << endmsg;
/*NOTREACHED*/
}