QTfrontend/ui/page/pageinfo.cpp
changeset 12482 eeeb7e8de95c
parent 11819 7642955690bc
--- a/QTfrontend/ui/page/pageinfo.cpp	Fri Sep 22 01:15:54 2017 +0200
+++ b/QTfrontend/ui/page/pageinfo.cpp	Fri Sep 22 02:35:06 2017 +0200
@@ -41,7 +41,7 @@
 {
     QHBoxLayout * bottomLayout = new QHBoxLayout();
     bottomLayout->setContentsMargins(0,0,0,0);
-    BtnSnapshots = addButton(":/res/Star.png", bottomLayout, 0, true, Qt::AlignBottom);
+    BtnSnapshots = addButton(":/res/folder.png", bottomLayout, 0, true, Qt::AlignBottom);
     BtnSnapshots->setWhatsThis(tr("Open the snapshot folder"));
     BtnSnapshots->setMinimumSize(50,50);
     return bottomLayout;