aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/streambrowser/streambrowser.cpp
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2012-02-27 11:11:34 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2012-02-27 11:11:34 +0000
commit2674c40dcca4382c42572b1388f6d83a787c59dd (patch)
tree96827b0b7566cbc02415f607c19f16e0518f8dca /src/plugins/General/streambrowser/streambrowser.cpp
parent12a27895d274953c73459a573fa0e5347765ab28 (diff)
downloadqmmp-2674c40dcca4382c42572b1388f6d83a787c59dd.tar.gz
qmmp-2674c40dcca4382c42572b1388f6d83a787c59dd.tar.bz2
qmmp-2674c40dcca4382c42572b1388f6d83a787c59dd.zip
stream browser: added hotkey
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2640 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/streambrowser/streambrowser.cpp')
-rw-r--r--src/plugins/General/streambrowser/streambrowser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/streambrowser/streambrowser.cpp b/src/plugins/General/streambrowser/streambrowser.cpp
index 4eb81e353..9818c9e56 100644
--- a/src/plugins/General/streambrowser/streambrowser.cpp
+++ b/src/plugins/General/streambrowser/streambrowser.cpp
@@ -32,7 +32,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+L"));
+ m_action->setShortcut(tr("Ctrl+U"));
UiHelper::instance()->addAction(m_action, UiHelper::TOOLS_MENU);
connect (m_action, SIGNAL(triggered ()), SLOT(showStreamWindow()));
}