mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-14 07:04:34 -04:00
API overhaul part 1: removal of nullchar
This commit is contained in:
parent
4455c6a893
commit
04b9a99241
42 changed files with 1458 additions and 1194 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue