]> git.pld-linux.org Git - packages/kaffeine.git/blob - kaffeine-win32-path.patch
- add kde-ac260-lt.patch
[packages/kaffeine.git] / kaffeine-win32-path.patch
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         */
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.047435 seconds and 3 git commands to generate.