*** empty log message ***
This commit is contained in:
parent
2c067e287f
commit
e1118235b7
@ -1,5 +1,5 @@
|
|||||||
#ifndef lint
|
#ifndef lint
|
||||||
static char rcsid[] = "@(#$Id: rclreslist.cpp,v 1.15 2006-04-26 11:29:10 dockes Exp $ (C) 2005 J.F.Dockes";
|
static char rcsid[] = "@(#$Id: rclreslist.cpp,v 1.16 2006-05-08 07:08:01 dockes Exp $ (C) 2005 J.F.Dockes";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
@ -447,7 +447,7 @@ QPopupMenu *RclResList::createPopupMenu(const QPoint& pos)
|
|||||||
popup->insertItem(tr("&Edit"), this, SLOT(menuEdit()));
|
popup->insertItem(tr("&Edit"), this, SLOT(menuEdit()));
|
||||||
popup->insertItem(tr("&Copy File Name"), this, SLOT(menuCopyFN()));
|
popup->insertItem(tr("&Copy File Name"), this, SLOT(menuCopyFN()));
|
||||||
popup->insertItem(tr("Copy &Url"), this, SLOT(menuCopyURL()));
|
popup->insertItem(tr("Copy &Url"), this, SLOT(menuCopyURL()));
|
||||||
popup->insertItem(tr("&More like this"), this, SLOT(menuExpand()));
|
popup->insertItem(tr("Find &similar documents"), this, SLOT(menuExpand()));
|
||||||
return popup;
|
return popup;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user