1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00

Rename window name of the print preview dialog to match menu entry

"Print". This will close #229.
This commit is contained in:
Jonathan Hooverman 2012-01-30 20:57:13 +01:00
parent 21112959ee
commit ae7585b976

View File

@ -1444,6 +1444,7 @@ void QupZilla::sendLink()
void QupZilla::printPage(QWebFrame* frame)
{
QPrintPreviewDialog* dialog = new QPrintPreviewDialog(this);
dialog->setWindowTitle(tr("Print..."));
dialog->resize(800, 750);
if (!frame) {