diff --git a/sources/exportpropertieswidget.cpp b/sources/exportpropertieswidget.cpp index 97e614aaf..1d478d7f0 100644 --- a/sources/exportpropertieswidget.cpp +++ b/sources/exportpropertieswidget.cpp @@ -145,7 +145,7 @@ void ExportPropertiesWidget::build() { format -> addItem(tr("JPEG (*.jpg)"), "JPG"); format -> addItem(tr("Bitmap (*.bmp)"), "BMP"); format -> addItem(tr("SVG (*.svg)"), "SVG"); - format -> addItem(tr("DXF (*.dxf)"), "DXF"); + //format -> addItem(tr("DXF (*.dxf)"), "DXF"); hboxLayout1 -> addStretch(); vboxLayout -> addLayout(hboxLayout1);