diff options
Diffstat (limited to 'src/plugins/General/hal/halplugin.cpp')
| -rw-r--r-- | src/plugins/General/hal/halplugin.cpp | 4 |
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); } } |
