mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
Use actual PIM data for menu action name
This commit is contained in:
parent
f75002a1f1
commit
508dcbb95c
|
@ -121,8 +121,9 @@ void PIM_Handler::populateWebViewMenu(QMenu* menu, WebView* view, const QWebHitT
|
|||
continue;
|
||||
}
|
||||
|
||||
QAction* action = pimMenu->addAction(m_translations[PI_Type(i)], this, SLOT(pimInsert()));
|
||||
QAction* action = pimMenu->addAction(info, this, SLOT(pimInsert()));
|
||||
action->setData(info);
|
||||
action->setStatusTip(m_translations[PI_Type(i)]);
|
||||
}
|
||||
|
||||
pimMenu->addSeparator();
|
||||
|
|
Loading…
Reference in New Issue
Block a user