--- kaffeine-0.8.2/kaffeine/src/instwizard.cpp~ 2006-09-09 00:49:52.000000000 +0300 +++ kaffeine-0.8.2/kaffeine/src/instwizard.cpp 2006-09-09 02:41:29.837814164 +0300 @@ -103,12 +103,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