[Kst] branches/work/kst/portto4/kst/src/libkstapp
Nicolas Brisset
nicolas.brisset at eurocopter.com
Thu Sep 6 22:38:07 UTC 2012
SVN commit 1315207 by brisset:
Make it even clearer that there can be many images.
M +1 -1 mainwindow.cpp
--- branches/work/kst/portto4/kst/src/libkstapp/mainwindow.cpp #1315206:1315207
@@ -967,7 +967,7 @@
_printAct->setIcon(QPixmap(":document-print.png"));
connect(_printAct, SIGNAL(triggered()), this, SLOT(print()));
- _exportGraphicsAct = new QAction(tr("&Export as Image..."), this);
+ _exportGraphicsAct = new QAction(tr("&Export as Image(s)..."), this);
_exportGraphicsAct->setStatusTip(tr("Export graphics to disk"));
_exportGraphicsAct->setIcon(QPixmap(":image-x-generic.png"));
connect(_exportGraphicsAct, SIGNAL(triggered()), this, SLOT(showExportGraphicsDialog()));
More information about the Kst
mailing list