From 7b7a425f94f161df39ebb57c73bf1dd067543406 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 31 Jul 2012 11:06:44 +0000 Subject: fixed about dialog git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2842 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/aboutdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qmmpui/aboutdialog.cpp b/src/qmmpui/aboutdialog.cpp index bb9c0d10b..49c37a1c4 100644 --- a/src/qmmpui/aboutdialog.cpp +++ b/src/qmmpui/aboutdialog.cpp @@ -72,7 +72,7 @@ QString AboutDialog::loadAbout() text.append("

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

"); text.append("
"+tr("Input plugins:")+"
"); -- cgit v1.2.3-13-gbd6f