diff --git a/clients/nitrogen/config/nitrogenexceptionmodel.cpp b/clients/nitrogen/config/nitrogenexceptionmodel.cpp index 3d20c89dfe..8c7dad215f 100644 --- a/clients/nitrogen/config/nitrogenexceptionmodel.cpp +++ b/clients/nitrogen/config/nitrogenexceptionmodel.cpp @@ -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;