diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-02-01 17:29:28 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-02-01 17:29:28 +0000 |
| commit | ef5b02756e6108a2788caf355a576793f5186d67 (patch) | |
| tree | a2a3af6fedc804febc5c8ff4b08b46582b2f711a /src/ui/eqwidget.cpp | |
| parent | 1c8ce3f30f8c48b161ae7baa3ad98080ebe954ad (diff) | |
| download | qmmp-ef5b02756e6108a2788caf355a576793f5186d67.tar.gz qmmp-ef5b02756e6108a2788caf355a576793f5186d67.tar.bz2 qmmp-ef5b02756e6108a2788caf355a576793f5186d67.zip | |
fixed windows titles
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2033 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/eqwidget.cpp')
| -rw-r--r-- | src/ui/eqwidget.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/eqwidget.cpp b/src/ui/eqwidget.cpp index 12ffb9cff..bdcf85f3d 100644 --- a/src/ui/eqwidget.cpp +++ b/src/ui/eqwidget.cpp @@ -40,6 +40,7 @@ EqWidget::EqWidget (QWidget *parent) : PixmapWidget (parent) { + setWindowTitle(tr("Equalizer")); m_shaded = false; m_skin = Skin::instance(); setPixmap (m_skin->getEqPart (Skin::EQ_MAIN)); |
