From a65bebd9b402963f429afb78b3e4d943cb9bb979 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Wed, 26 Sep 2018 18:42:42 +0000 Subject: moved stream browser and removable volumes to the add menu git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8380 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/streambrowser/streambrowser.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/General/streambrowser/streambrowser.cpp') diff --git a/src/plugins/General/streambrowser/streambrowser.cpp b/src/plugins/General/streambrowser/streambrowser.cpp index 69fbcd836..87cb86b69 100644 --- a/src/plugins/General/streambrowser/streambrowser.cpp +++ b/src/plugins/General/streambrowser/streambrowser.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2012 by Ilya Kotov * + * Copyright (C) 2012-2018 by Ilya Kotov * * forkotov02@ya.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -33,7 +33,7 @@ StreamBrowser::StreamBrowser(QObject *parent) : QObject(parent) m_action = new QAction(tr("Stream Browser"), this); m_action->setIcon(QIcon::fromTheme("applications-internet")); m_action->setShortcut(tr("Ctrl+U")); - UiHelper::instance()->addAction(m_action, UiHelper::TOOLS_MENU); + UiHelper::instance()->addAction(m_action, UiHelper::ADD_MENU); connect (m_action, SIGNAL(triggered ()), SLOT(showStreamWindow())); } -- cgit v1.2.3-13-gbd6f