added proper handling of translation

svn path=/trunk/KDE/kdebase/workspace/; revision=1021412
icc-effect-5.14.5
Hugo Pereira Da Costa 2009-09-09 06:22:06 +00:00
parent b2c993dc3e
commit d403b12336
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ namespace Nitrogen
switch( index.column() )
{
case TYPE: return exception.typeName();
case TYPE: return exception.typeName( true );
case REGEXP: return exception.regExp().pattern();
default: return QVariant();
break;