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/hal/halplugin.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/General/hal/halplugin.cpp') diff --git a/src/plugins/General/hal/halplugin.cpp b/src/plugins/General/hal/halplugin.cpp index dfea19cf9..cd4ee96de 100644 --- a/src/plugins/General/hal/halplugin.cpp +++ b/src/plugins/General/hal/halplugin.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2009-2014 by Ilya Kotov * + * Copyright (C) 2009-2018 by Ilya Kotov * * forkotov02@ya.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -179,7 +179,7 @@ void HalPlugin::updateActions() action->setIcon(qApp->style()->standardIcon(QStyle::SP_DriveHDIcon)); m_actions->addAction(action); - UiHelper::instance()->addAction(action, UiHelper::TOOLS_MENU); + UiHelper::instance()->addAction(action, UiHelper::ADD_MENU); addPath(dev_path); } } -- cgit v1.2.3-13-gbd6f