diff options
Diffstat (limited to 'src/plugins/General/streambrowser/streambrowser.cpp')
| -rw-r--r-- | src/plugins/General/streambrowser/streambrowser.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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())); } |
