diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2019-02-10 21:09:08 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2019-02-10 21:09:08 +0000 |
| commit | 283d2f99530c5d42132ab0297d8adfdb0836e49b (patch) | |
| tree | 68b33abec2cacc1e1a4b09614aa85058d655d176 /src/plugins/Ui/skinned | |
| parent | 5150434dae73e9bdbf36a60c9cdbe87fb1835e0e (diff) | |
| download | qmmp-283d2f99530c5d42132ab0297d8adfdb0836e49b.tar.gz qmmp-283d2f99530c5d42132ab0297d8adfdb0836e49b.tar.bz2 qmmp-283d2f99530c5d42132ab0297d8adfdb0836e49b.zip | |
fixed typo
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8696 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Ui/skinned')
| -rw-r--r-- | src/plugins/Ui/skinned/skinnedfactory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Ui/skinned/skinnedfactory.cpp b/src/plugins/Ui/skinned/skinnedfactory.cpp index db71da43e..b7126be54 100644 --- a/src/plugins/Ui/skinned/skinnedfactory.cpp +++ b/src/plugins/Ui/skinned/skinnedfactory.cpp @@ -66,7 +66,7 @@ void SkinnedFactory::showAbout(QWidget *parent) tr("Ilya Kotov <forkotov02@ya.ru>")+"\n"+ tr("Artwork:")+"\n"+ tr("Andrey Adreev <andreev00@gmail.com>")+"\n"+ - tr("sixixfive <http://sixsixfive.deviantart.com/>")); + tr("sixsixfive <http://sixsixfive.deviantart.com/>")); } |
