diff --git a/src/gui/UBFeaturesWidget.cpp b/src/gui/UBFeaturesWidget.cpp index 5e83aee3..f16ba111 100644 --- a/src/gui/UBFeaturesWidget.cpp +++ b/src/gui/UBFeaturesWidget.cpp @@ -1457,6 +1457,8 @@ QString UBFeaturesItemDelegate::displayText ( const QVariant & value, const QLoc QString text = value.toString(); text = text.replace(".wgt", ""); + text = text.replace(".wgs", ""); + text = text.replace(".swf",""); if (listView) { const QFontMetrics fm = listView->fontMetrics();