]> git.pld-linux.org Git - packages/kaffeine.git/blame - kaffeine-win32-path.patch
- add Player to categories
[packages/kaffeine.git] / kaffeine-win32-path.patch
CommitLineData
4596cda3
ER
1--- kaffeine-0.6/kaffeine/wizarddialog.cpp~ 2005-02-02 12:08:21.000000000 +0200
2+++ kaffeine-0.6/kaffeine/wizarddialog.cpp 2005-05-03 12:11:12.000000000 +0300
3@@ -99,12 +99,12 @@
4 << " <a href=\"http://www.xinehq.de\">http://www.xinehq.de</a>.</font>";
5
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 info << "<hr><b>" << "libdvdcss" << "...</b><br>";
This page took 0.036076 seconds and 4 git commands to generate.