1
mirror of https://invent.kde.org/network/falkon.git synced 2024-12-20 10:46:35 +01:00

X11: Changed main window WM_CLASS to "QupZilla Browser"

This commit is contained in:
nowrep 2013-09-14 21:26:40 +02:00
parent 5de4075a98
commit e56a3a69f8

View File

@ -154,7 +154,7 @@ QupZilla::QupZilla(Qz::BrowserWindow type, QUrl startUrl)
QTimer::singleShot(0, this, SLOT(postLaunch()));
QzTools::setWmClass("Browser", this);
QzTools::setWmClass("QupZilla Browser", this);
}
void QupZilla::openWithTab(WebTab* tab)