# HG changeset patch # User Chris Cannam # Date 1568987335 -3600 # Node ID e4629d449688a49761c3eba4ef4d6a2c4255dd45 # Parent 0fa49a6ce64f7950e2ad4351a97a8fe6fee3606a This is what the icon is actually called diff -r 0fa49a6ce64f -r e4629d449688 layer/LayerFactory.cpp --- a/layer/LayerFactory.cpp Fri Sep 20 14:19:17 2019 +0100 +++ b/layer/LayerFactory.cpp Fri Sep 20 14:48:55 2019 +0100 @@ -249,7 +249,7 @@ case Notes: return "notes"; case FlexiNotes: return "flexinotes"; case Regions: return "regions"; - case TimeFrequencyBox: return "timefrequencybox"; + case TimeFrequencyBox: return "timefreq"; case Text: return "text"; case Image: return "image"; case Colour3DPlot: return "colour3d";