Fix Studio Palettes folder name typo

This commit is contained in:
manongjohn 2021-10-03 13:03:24 -04:00
parent dbff7a46d6
commit c071a1d8f5

View file

@ -1068,7 +1068,7 @@ void DvDirModelStuffFolderNode::refreshChildren() {
addChild(child);
child = new DvDirModelSpecialFileFolderNode(
this, L"Sudio Palettes", ToonzFolder::getStudioPaletteFolder());
this, L"Studio Palettes", ToonzFolder::getStudioPaletteFolder());
child->setPixmap(
recolorPixmap(svgToPixmap(getIconThemePath("actions/16/palette.svg"))));
addChild(child);