]> git.pld-linux.org Git - packages/kaffeine.git/blame - kaffeine-win32-path.patch
- 0.7.1
[packages/kaffeine.git] / kaffeine-win32-path.patch
CommitLineData
f66c4247
ER
1--- ./kaffeine/wizarddialog.cpp~ 2005-09-05 01:44:52.000000000 +0300
2+++ ./kaffeine/wizarddialog.cpp 2005-09-05 01:45:47.000000000 +0300
3@@ -101,12 +101,12 @@
4
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.023874 seconds and 4 git commands to generate.