From ebd7f9bc697973366de8a6bf7265051e825e0680 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 9 Jan 2015 12:01:22 +0000 Subject: renaming experimental branch git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4675 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/aboutdialog.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/qmmpui/aboutdialog.cpp') diff --git a/src/qmmpui/aboutdialog.cpp b/src/qmmpui/aboutdialog.cpp index 073a3187d..888f3ea68 100644 --- a/src/qmmpui/aboutdialog.cpp +++ b/src/qmmpui/aboutdialog.cpp @@ -1,5 +1,5 @@ -/*************************************************************************** -* Copyright (C) 2006-2013 by Ilya Kotov * +/************************************************************************** +* Copyright (C) 2006-2015 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -68,7 +68,7 @@ QString AboutDialog::loadAbout() text.append(tr("Using Qt %1 (compiled with Qt %2)" ).arg(qVersion()).arg(QT_VERSION_STR) + "

"); text.append("

"); - text.append(tr("(c) %1-%2 Qmmp Development Team").arg(2006).arg(2014)+"
"); + text.append(tr("(c) %1-%2 Qmmp Development Team").arg(2006).arg(2015)+"
"); text.append("http://qmmp.ylsoftware.com/
"); text.append("http://code.google.com/p/qmmp/"); text.append("

"); -- cgit v1.2.3-13-gbd6f