diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-07-12 19:13:22 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-07-12 19:13:22 +0000 |
| commit | 767999392d86d467e577ee14b0242f0f5dc21c28 (patch) | |
| tree | 6e9b164aaf79520484fea1339c98d5f3498131e7 /src/plugins/Ui/skinned/hotkeyeditor.cpp | |
| parent | bcea040ef5dda31893b7f956074e48c657ce640b (diff) | |
| download | qmmp-767999392d86d467e577ee14b0242f0f5dc21c28.tar.gz qmmp-767999392d86d467e577ee14b0242f0f5dc21c28.tar.bz2 qmmp-767999392d86d467e577ee14b0242f0f5dc21c28.zip | |
fixed some regressions
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2275 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Ui/skinned/hotkeyeditor.cpp')
| -rw-r--r-- | src/plugins/Ui/skinned/hotkeyeditor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/Ui/skinned/hotkeyeditor.cpp b/src/plugins/Ui/skinned/hotkeyeditor.cpp index 9c687a1d7..d57527f1e 100644 --- a/src/plugins/Ui/skinned/hotkeyeditor.cpp +++ b/src/plugins/Ui/skinned/hotkeyeditor.cpp @@ -28,6 +28,7 @@ HotkeyEditor::HotkeyEditor(QWidget *parent) : QWidget(parent), m_ui(new Ui::Hotk { m_ui->setupUi(this); loadShortcuts(); + m_ui->changeShortcutButton->setIcon(QIcon::fromTheme("configure")); } HotkeyEditor::~HotkeyEditor() |
