Mercurial > hg > svgui
diff layer/LayerFactory.cpp @ 1516:e4629d449688 time-frequency-boxes
This is what the icon is actually called
author | Chris Cannam |
---|---|
date | Fri, 20 Sep 2019 14:48:55 +0100 |
parents | 0586e6492785 |
children | 2e94c268f7a0 |
line wrap: on
line diff
--- 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";