summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <[email protected]>2012-07-11 12:13:33 -0500
committerSlávek Banko <[email protected]>2012-07-11 19:24:13 +0200
commitea06d156f82e4856f63b74f1bb2fbfaafb39e2da (patch)
treeae71ef576bef7e830c6be3377f3b60d23d1a635e
parent61000b75ea0fecdb7b7aa26e626d5e63ee6e400d (diff)
downloadkaffeine-ea06d156f82e4856f63b74f1bb2fbfaafb39e2da.tar.gz
kaffeine-ea06d156f82e4856f63b74f1bb2fbfaafb39e2da.zip
Fixed online hyperlink to win32 codecs download location.
Thanks to Kristopher Gamrat. (cherry picked from commit 5086f3584a9548aa92dd880139107187b9fc8509)
-rw-r--r--kaffeine/src/instwizard.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kaffeine/src/instwizard.cpp b/kaffeine/src/instwizard.cpp
index de64b1d..1979c36 100644
--- a/kaffeine/src/instwizard.cpp
+++ b/kaffeine/src/instwizard.cpp
@@ -113,7 +113,7 @@ void InstWizard::internalWizard()
info << "<font color=\"DarkGreen\">" << i18n("Ok.") << "</font>";
else
info << "<font color=\"DarkRed\">" << i18n("No WIN32 codecs found in /usr/lib/win32. You're not able to play Windows Media 9 files, newer Real Media files and some less common formats. Download the codecs here:")
- << " <a href=\"http://www1.mplayerhq.hu/homepage/design7/codecs.html\">http://www.mplayerhq.hu</a>.</font>";
+ << " <a href=\"http://www1.mplayerhq.hu/design7/dload.html#binary_codecs\">http://www1.mplayerhq.hu/design7/dload.html#binary_codecs</a>.</font>";
//LIBDVDCSS
info << "<br><hr><b>" << "libdvdcss" << "...</b><br>";
@@ -190,7 +190,7 @@ void InstWizard::internalWizard()
if (infoString.contains("DarkRed"))
{
- info << i18n("Found some problems, but nevertheless Kaffeine may work.");
+ info << i18n("Found some problems, but nevertheless Kaffeine might work.");
}
else
{