Mercurial > hg > svgui
diff layer/LayerFactory.cpp @ 1006:2937929ea6dc 3.0-integration
Merge from default branch
author | Chris Cannam |
---|---|
date | Tue, 20 Oct 2015 09:14:24 +0100 |
parents | b247d3ffcbb9 |
children | a34a2a25907c |
line wrap: on
line diff
--- a/layer/LayerFactory.cpp Wed Oct 14 13:32:53 2015 +0100 +++ b/layer/LayerFactory.cpp Tue Oct 20 09:14:24 2015 +0100 @@ -289,6 +289,7 @@ if (name == "timeruler") return TimeRuler; if (name == "timeinstants") return TimeInstants; if (name == "timevalues") return TimeValues; + if (name == "notes") return Notes; if (name == "flexinotes") return FlexiNotes; if (name == "regions") return Regions; if (name == "text") return Text;