Skip to content

Commit

Permalink
Re-enable the "Open With" option for selected items (accidentally com…
Browse files Browse the repository at this point in the history
…mented out)
  • Loading branch information
beanpole135 committed Jun 30, 2017
1 parent 77dcb4c commit 6990601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-qt5/desktop-utils/lumina-fm/widgets/DirWidget2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ void DirWidget::UpdateContextMenu(){

if(!sel.isEmpty()){
contextMenu->addAction(LXDG::findIcon("system-run",""), tr("Open"), this, SLOT(runFiles()) );
//contextMenu->addAction(LXDG::findIcon("system-run-with",""), tr("Open With..."), this, SLOT(runWithFiles()) );
contextMenu->addAction(LXDG::findIcon("system-run-with",""), tr("Open With..."), this, SLOT(runWithFiles()) );
}
contextMenu->addSection(LXDG::findIcon("unknown",""), tr("File Operations"));
// contextMenu->addMenu(cFModMenu);
Expand Down

0 comments on commit 6990601

Please sign in to comment.