From kde-commits Fri Jan 03 13:41:52 2003 From: Hans Petter Bieker Date: Fri, 03 Jan 2003 13:41:52 +0000 To: kde-commits Subject: KDE_3_1_BRANCH: kdelibs/kdeui X-MARC-Message: https://marc.info/?l=kde-commits&m=104160132300992 CVS commit by bieker: Backport: There is no language "C". M +1 -1 kbugreport.cpp 1.73.2.1 --- kdelibs/kdeui/kbugreport.cpp #1.73:1.73.2.1 @@ -478,5 +478,5 @@ QString KBugReport::text() const } - if (severity == QString::fromLatin1("i18n") && KGlobal::locale()->language() != QString::fromLatin1("C")) { + if (severity == QString::fromLatin1("i18n") && KGlobal::locale()->language() != KLocale::defaultLanguage()) { // Case 1 : i18n bug QString package = QString::fromLatin1("i18n_%1").arg(KGlobal::locale()->language());