diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-07-04 04:43:02 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-07-04 04:43:02 +0000 |
| commit | 6b6e6adc047d67a253882ec42d8dacd6a553aad0 (patch) | |
| tree | 7222c81d89efd7767b6dd067e064c26e3060eea8 | |
| parent | 8b0af8b77a83f77c21c39eefe8956d8dd5003457 (diff) | |
| download | qmmp-6b6e6adc047d67a253882ec42d8dacd6a553aad0.tar.gz qmmp-6b6e6adc047d67a253882ec42d8dacd6a553aad0.tar.bz2 qmmp-6b6e6adc047d67a253882ec42d8dacd6a553aad0.zip | |
fixed window icon
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4331 90c681e8-e032-0410-971d-27865f9a5e38
| -rw-r--r-- | src/plugins/Visual/projectm/projectmplugin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/Visual/projectm/projectmplugin.cpp b/src/plugins/Visual/projectm/projectmplugin.cpp index 17c8c3e17..583f3650b 100644 --- a/src/plugins/Visual/projectm/projectmplugin.cpp +++ b/src/plugins/Visual/projectm/projectmplugin.cpp @@ -39,6 +39,7 @@ ProjectMPlugin::ProjectMPlugin (QWidget *parent) { setlocale(LC_NUMERIC, "C"); //fixes problem with none-english locales setWindowTitle(tr("ProjectM")); + setWindowIcon(parent->windowIcon()); m_buf = 0; m_buf_size = 0; |
