diff --git a/GUI/Views/SampleDesigner/ParticleView.cpp b/GUI/Views/SampleDesigner/ParticleView.cpp index 65a5f81292856cc24b7407e596cd9c95bdabbaf6..2b7ee1b337f8521d6b2e6bc1b88b1d43c1769ef8 100644 --- a/GUI/Views/SampleDesigner/ParticleView.cpp +++ b/GUI/Views/SampleDesigner/ParticleView.cpp @@ -98,7 +98,7 @@ void ParticleView::updatePixmap() return; QString ff_type = dynamic_cast<ParticleItem*>(getItem())->formFactorItem()->currentType(); - QString filename = QString(":/widgetbox/images/ff_%1_64x64.png").arg(ff_type); + QString filename = QString(":/SampleDesignerToolbox/images/ff_%1_64x64.png").arg(ff_type); m_pixmap = QPixmap(filename); }