mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
Rename window name of the print preview dialog to match menu entry
"Print". This will close #229.
This commit is contained in:
parent
21112959ee
commit
ae7585b976
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user