There are some bad constructs on a couple of files (like static arrays of
QStrings initialised directly with const char[] constants, without any proper
decoding) that will most likely break under certain locales.
The encoding is correct. It's the code that must be changed now. I don't
consider this a problem because it was already broken for any locale
different than the one the programmer wrote the code in.
svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=486005
text = d->calendar->dayString(pCellDate, true);
if( d->calendar->month(pCellDate) != d->calendar->month(date) )
{ // we are either
- // ° painting a day of the previous month or
- // ° painting a day of the following month
+ // ° painting a day of the previous month or
+ // ° painting a day of the following month
// TODO: don't hardcode gray here! Use a color with less contrast to the background than normal text.
painter->setPen( colorGroup().mid() );
// painter->setPen(gray);
/**
* Sets the LeitnerBox's vocabCount to count
- * @p¾aramcount the new vocabCount to be set
+ * @param count the new vocabCount to be set
*/
void setVocabCount( int count );