--- ./kaffeine/wizarddialog.cpp~ 2005-09-05 01:44:52.000000000 +0300 +++ ./kaffeine/wizarddialog.cpp 2005-09-05 01:45:47.000000000 +0300 @@ -101,12 +101,12 @@ //WIN32-CODECS info << "
" << i18n("WIN32 Codecs") << "...
"; - QDir d("/usr/lib/win32"); + QDir d("/usr/lib/codecs"); QStringList entries = d.entryList("wmv*"); if (entries.count()) info << "" << i18n("Ok.") << ""; else - info << "" << 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:") + info << "" << 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:") << " http://www.mplayerhq.hu."; //LIBDVDCSS