Edit->Open in reslist popup menu for consistency with links

This commit is contained in:
Jean-Francois Dockes 2010-10-31 09:57:43 +01:00
parent 9bd082bf39
commit 3e67ba00d4

View File

@ -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;