mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
keditbookmarks: use "Open Location" as text for openlink action
konqueror is no longer maintained, even if it was the link may be opened with different application depending on the default web browser choice Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
36ad6312ad
commit
6eb4a07331
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ void KEBApp::createActions() {
|
|||
|
||||
KAction* m_actionsImplOpenLink = actionCollection()->addAction("openlink");
|
||||
m_actionsImplOpenLink->setIcon(KIcon("document-open"));
|
||||
m_actionsImplOpenLink->setText(i18n("&Open in Konqueror"));
|
||||
m_actionsImplOpenLink->setText(i18n("&Open Location"));
|
||||
connect(m_actionsImplOpenLink, SIGNAL(triggered()), m_actionsImpl, SLOT(slotOpenLink()));
|
||||
|
||||
KAction* m_actionsImplTestSelection = actionCollection()->addAction("testlink");
|
||||
|
|
Loading…
Add table
Reference in a new issue