]> git.pld-linux.org Git - packages/kaffeine.git/blame - kaffeine-win32-path.patch
- adapted some kde-ac260 patches to make it build with new autoconf and gcc
[packages/kaffeine.git] / kaffeine-win32-path.patch
CommitLineData
7c75a16c
ER
1--- kaffeine-0.8.2/kaffeine/src/instwizard.cpp~ 2006-09-09 00:49:52.000000000 +0300
2+++ kaffeine-0.8.2/kaffeine/src/instwizard.cpp 2006-09-09 02:41:29.837814164 +0300
3@@ -103,12 +103,12 @@
4 */
f66c4247
ER
5 //WIN32-CODECS
6 info << "<hr><b>" << i18n("WIN32 Codecs") << "...</b><br>";
7- QDir d("/usr/lib/win32");
8+ QDir d("/usr/lib/codecs");
9 QStringList entries = d.entryList("wmv*");
10 if (entries.count())
11 info << "<font color=\"DarkGreen\">" << i18n("Ok.") << "</font>";
12 else
13- 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:")
14+ info << "<font color=\"DarkRed\">" << i18n("No WIN32 codecs found in /usr/lib/codecs. You're not able to play Windows Media 9 files, newer Real Media files and some less common formats. Download the codecs here:")
15 << " <a href=\"http://www1.mplayerhq.hu/homepage/design7/codecs.html\">http://www.mplayerhq.hu</a>.</font>";
16
17 //LIBDVDCSS
This page took 0.040995 seconds and 4 git commands to generate.