From ebc84a16ff816cba41e75cea52a934c6951ab846 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 11 Aug 2015 15:38:31 +0000 Subject: skinned: fixed about dialog git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@5391 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Ui/skinned/skinnedfactory.cpp | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'src/plugins/Ui/skinned/skinnedfactory.cpp') diff --git a/src/plugins/Ui/skinned/skinnedfactory.cpp b/src/plugins/Ui/skinned/skinnedfactory.cpp index 8ba26adbe..d43ffbd56 100644 --- a/src/plugins/Ui/skinned/skinnedfactory.cpp +++ b/src/plugins/Ui/skinned/skinnedfactory.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2011 by Ilya Kotov * + * Copyright (C) 2011-2015 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -44,11 +44,12 @@ void SkinnedFactory::showAbout(QWidget *parent) QMessageBox::about (parent, tr("About Qmmp Skinned User Interface"), tr("Qmmp Skinned User Interface")+"\n"+ tr("Simple user interface with Winamp-2.x/XMMS skins support") + "\n" + - tr("Written by:\n" - "Vladimir Kuznetsov \n" - "Ilya Kotov ") + "\n" + - tr("Artwork:\n" - "Andrey Adreev ")); + tr("Written by:")+"\n"+ + tr("Vladimir Kuznetsov ")+"\n"+ + tr("Ilya Kotov ")+"\n"+ + tr("Artwork:")+"\n"+ + tr("Andrey Adreev ")+"\n"+ + tr("sixixfive ")); } -- cgit v1.2.3-13-gbd6f