]> git.pld-linux.org Git - packages/kaffeine.git/blob - kaffeine-win32-path.patch
- update to 0.8.1, plz check if the [pl] change is neccessary
[packages/kaffeine.git] / kaffeine-win32-path.patch
1 --- ./kaffeine/src/wizarddialog.cpp~    2005-09-05 01:44:52.000000000 +0300
2 +++ ./kaffeine/src/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.023805 seconds and 3 git commands to generate.