mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
API overhaul part 1: removal of nullchar
This commit is contained in:
@ -158,7 +158,7 @@ bool MainWindow::save()
|
||||
|
||||
QString fileName = QFileDialog::getSaveFileName(this,
|
||||
tr("Save Barcode Image"), ".",
|
||||
tr("Barcode Images (*.png *.eps *.svg)"));
|
||||
tr("Portable Network Graphic (*.png);;Encapsulated Post Script (*.eps);;Scalable Vector Graphic (*.svg)"));
|
||||
|
||||
if (fileName.isEmpty())
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user