GUI popup menu: change "Copy File Name" to "Copy File Path"
This commit is contained in:
parent
1b61861ab3
commit
ad9e721fab
@ -95,7 +95,7 @@ QMenu *create(QWidget *me, int opts, std::shared_ptr<DocSequence> source,
|
||||
}
|
||||
|
||||
if (doc.isFsFile()) {
|
||||
popup->addAction(QWidget::tr("Copy &File Name"), me, SLOT(menuCopyFN()));
|
||||
popup->addAction(QWidget::tr("Copy &File Path"), me, SLOT(menuCopyFN()));
|
||||
}
|
||||
popup->addAction(QWidget::tr("Copy &URL"), me, SLOT(menuCopyURL()));
|
||||
popup->addAction(QWidget::tr("Copy Text"), me, SLOT(menuCopyText()));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user