OBS-URL: https://build.opensuse.org/request/show/288222 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=16
12 lines
588 B
Diff
12 lines
588 B
Diff
--- src/mainwindow.cpp.orig 2014-10-23 12:47:15.000000000 +0200
|
|
+++ src/mainwindow.cpp 2014-11-05 10:12:22.685590212 +0100
|
|
@@ -565,7 +565,7 @@
|
|
action = new QAction(tr("More..."), this);
|
|
actions->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);
|