diff options
| author | Roman Inflianskas <[email protected]> | 2018-03-18 13:55:24 +0300 |
|---|---|---|
| committer | Roman Inflianskas <[email protected]> | 2018-03-18 15:08:36 +0300 |
| commit | 6f05c66cc0d2416a21fd8eaff0ec6e7a9161d59c (patch) | |
| tree | 5359826c922bbf9fbb6ce1de36c14489e54146f4 /src/dolphincontextmenu.cpp | |
| parent | eb68fae15cdbf15e894d1a9d555c88d306261cc2 (diff) | |
Add "Show Target" into symlink context menu and file menu
Summary:
Add "Show Target" into symlink context menu and file menu
FEATURE: 215069
Reviewers: ngraham, elvisangelaccio
Reviewed By: ngraham, elvisangelaccio
Subscribers: rkflx, ngraham, elvisangelaccio, markg, #dolphin
Differential Revision: https://phabricator.kde.org/D10990
Diffstat (limited to 'src/dolphincontextmenu.cpp')
| -rw-r--r-- | src/dolphincontextmenu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphincontextmenu.cpp b/src/dolphincontextmenu.cpp index b3ecc74b9..fbd62ad25 100644 --- a/src/dolphincontextmenu.cpp +++ b/src/dolphincontextmenu.cpp @@ -194,7 +194,7 @@ void DolphinContextMenu::openItemContextMenu() if (m_selectedItems.count() == 1) { if (m_fileInfo.isLink()) { - addAction(m_mainWindow->actionCollection()->action(QStringLiteral("show_original"))); + addAction(m_mainWindow->actionCollection()->action(QStringLiteral("show_target"))); addSeparator(); } else if (m_fileInfo.isDir()) { // setup 'Create New' menu |
