$OpenBSD: patch-src_mainwindow_cpp,v 1.6 2017/08/04 21:55:19 dcoppa Exp $

Do not use symbolic icons

Index: src/mainwindow.cpp
--- src/mainwindow.cpp.orig
+++ src/mainwindow.cpp
@@ -594,7 +594,7 @@ void MainWindow::createActions() {
     action = new QAction(tr("More..."), this);
     actionMap.insert("more-region", action);
 
-    action = new QAction(IconUtils::icon("view-list"), tr("&Related Videos"), this);
+    action = new QAction(IconUtils::icon("format-justify-fill"), tr("&Related Videos"), this);
     action->setShortcut(QKeySequence(Qt::CTRL + Qt::Key_R));
     action->setStatusTip(tr("Watch videos related to the current one"));
     action->setEnabled(false);
