Edit->Open in reslist popup menu for consistency with links
This commit is contained in:
parent
9bd082bf39
commit
3e67ba00d4
@ -639,7 +639,7 @@ RCLPOPUP *ResList::createPopupMenu(const QPoint& pos)
|
||||
return 0;
|
||||
RCLPOPUP *popup = new RCLPOPUP(this);
|
||||
popup->insertItem(tr("&Preview"), this, SLOT(menuPreview()));
|
||||
popup->insertItem(tr("&Edit"), this, SLOT(menuEdit()));
|
||||
popup->insertItem(tr("&Open"), this, SLOT(menuEdit()));
|
||||
popup->insertItem(tr("Copy &File Name"), this, SLOT(menuCopyFN()));
|
||||
popup->insertItem(tr("Copy &URL"), this, SLOT(menuCopyURL()));
|
||||
Rcl::Doc doc;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user