aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/hal/halplugin.cpp
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2018-09-26 18:42:42 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2018-09-26 18:42:42 +0000
commita65bebd9b402963f429afb78b3e4d943cb9bb979 (patch)
tree2b3d4ae04d91dff3ec05d0f1ca3881e5ce5815de /src/plugins/General/hal/halplugin.cpp
parent4bb84c0877c7d1d7b6661bf55edfe681ab8c22f9 (diff)
downloadqmmp-a65bebd9b402963f429afb78b3e4d943cb9bb979.tar.gz
qmmp-a65bebd9b402963f429afb78b3e4d943cb9bb979.tar.bz2
qmmp-a65bebd9b402963f429afb78b3e4d943cb9bb979.zip
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
Diffstat (limited to 'src/plugins/General/hal/halplugin.cpp')
-rw-r--r--src/plugins/General/hal/halplugin.cpp4
1 files changed, 2 insertions, 2 deletions
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);
}
}