aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2012-07-31 11:06:44 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2012-07-31 11:06:44 +0000
commit7b7a425f94f161df39ebb57c73bf1dd067543406 (patch)
treef2600d159281ca385d7a8c69cc2bd1a1e8f24831 /src
parentd4134bd895be2355b3d72ee555f556508175f328 (diff)
downloadqmmp-7b7a425f94f161df39ebb57c73bf1dd067543406.tar.gz
qmmp-7b7a425f94f161df39ebb57c73bf1dd067543406.tar.bz2
qmmp-7b7a425f94f161df39ebb57c73bf1dd067543406.zip
fixed about dialog
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2842 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src')
-rw-r--r--src/qmmpui/aboutdialog.cpp2
1 files changed, 1 insertions, 1 deletions
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("<p>");
text.append(tr("(c) %1-%2 Qmmp Development Team").arg(2006).arg(2012)+"<br>");
text.append("<a href=\"http://qmmp.ylsoftware.com/\">http://qmmp.ylsoftware.com/</a><br>");
- text.append("<a href=\"http://code.google.com/p/qmmp//\">http://code.google.com/p/qmmp/</a>");
+ text.append("<a href=\"http://code.google.com/p/qmmp/\">http://code.google.com/p/qmmp/</a>");
text.append("</p>");
text.append("<h5>"+tr("Input plugins:")+"</h5>");