diff --git a/retroshare-gui/src/gui/feeds/BoardsCommentsItem.ui b/retroshare-gui/src/gui/feeds/BoardsCommentsItem.ui
index ca3fd3550..65d76e355 100644
--- a/retroshare-gui/src/gui/feeds/BoardsCommentsItem.ui
+++ b/retroshare-gui/src/gui/feeds/BoardsCommentsItem.ui
@@ -7,7 +7,7 @@
0
0
755
- 144
+ 157
@@ -454,6 +454,9 @@
true
+
+ true
+
Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse
diff --git a/retroshare-gui/src/gui/feeds/ChannelsCommentsItem.ui b/retroshare-gui/src/gui/feeds/ChannelsCommentsItem.ui
index 4ccd1d8ee..c1eec128c 100644
--- a/retroshare-gui/src/gui/feeds/ChannelsCommentsItem.ui
+++ b/retroshare-gui/src/gui/feeds/ChannelsCommentsItem.ui
@@ -7,7 +7,7 @@
0
0
755
- 143
+ 157
@@ -339,6 +339,9 @@
true
+
+ true
+
Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse
diff --git a/retroshare-gui/src/gui/statistics/BandwidthGraphWindow.cpp b/retroshare-gui/src/gui/statistics/BandwidthGraphWindow.cpp
index 0cd4e25b9..87a87a5f8 100644
--- a/retroshare-gui/src/gui/statistics/BandwidthGraphWindow.cpp
+++ b/retroshare-gui/src/gui/statistics/BandwidthGraphWindow.cpp
@@ -54,7 +54,7 @@
#define IMG_AREA_GRAPH ":/images/16x16/graph-area.png"
#define IMG_LINE_GRAPH ":/images/16x16/graph-line.png"
#define IMG_SETTINGS ":/icons/system_128.png"
-#define IMG_CLEANUP ":/images/global_switch_off.png"
+#define IMG_CLEANUP ":/images/reset.png"
#define IMG_SEND ":/images/go-up.png"
#define IMG_RECEIVE ":/images/go-down.png"
#define IMG_GRAPH_DARK ":/images/graph-line.png"