diff options
| author | Nate Graham <[email protected]> | 2018-12-06 14:10:58 -0700 |
|---|---|---|
| committer | Nate Graham <[email protected]> | 2018-12-06 14:10:58 -0700 |
| commit | 743207179fcdd5441082ddb4cdd0c6aa0f19278d (patch) | |
| tree | 99037cf77b9bbc9c83bb4166e997fa57b7903b52 | |
| parent | f7a824b70d3854598e8dece5c2437b4e76c8a862 (diff) | |
[context menu] Restore separator above 'Properties' that went missing
| -rw-r--r-- | src/dolphincontextmenu.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphincontextmenu.cpp b/src/dolphincontextmenu.cpp index 9d7972b9f..500eafee1 100644 --- a/src/dolphincontextmenu.cpp +++ b/src/dolphincontextmenu.cpp @@ -307,6 +307,7 @@ void DolphinContextMenu::openItemContextMenu() } // insert 'Properties...' entry + addSeparator(); QAction* propertiesAction = m_mainWindow->actionCollection()->action(QStringLiteral("properties")); addAction(propertiesAction); |
