From 5086f3584a9548aa92dd880139107187b9fc8509 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Wed, 11 Jul 2012 12:13:33 -0500 Subject: [PATCH] Fixed online hyperlink to win32 codecs download location. Thanks to Kristopher Gamrat. --- kaffeine/src/instwizard.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kaffeine/src/instwizard.cpp b/kaffeine/src/instwizard.cpp index 279d78b..21336c2 100644 --- a/kaffeine/src/instwizard.cpp +++ b/kaffeine/src/instwizard.cpp @@ -113,7 +113,7 @@ void InstWizard::internalWizard() info << "" << i18n("Ok.") << ""; else info << "" << 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:") - << " http://www.mplayerhq.hu."; + << " http://www1.mplayerhq.hu/design7/dload.html#binary_codecs."; //LIBDVDCSS info << "

" << "libdvdcss" << "...
"; @@ -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 {