diff -r 270593ab83b2 -r 67a91e28b30f mainwindow.cpp --- a/mainwindow.cpp Mon May 30 05:39:10 2005 +0000 +++ b/mainwindow.cpp Mon Jun 06 20:27:42 2005 +0000 @@ -927,13 +927,13 @@ // This will be populated "on demand" in MapEditor::updateActions branchContextMenu->insertSeparator(); branchLinksContextMenu =new QPopupMenu (this); - branchContextMenu->insertItem (tr("Goto XLink"),branchLinksContextMenu); - connect( branchLinksContextMenu, SIGNAL( activated(int) ), this, SLOT( editFollowXLink(int ) ) ); - branchLinksContextMenuDup =new QPopupMenu (this); branchContextMenu->insertItem (tr("Edit XLink"),branchLinksContextMenuDup); connect( branchLinksContextMenuDup, SIGNAL( activated(int) ), this, SLOT( editEditXLink(int ) ) ); + branchContextMenu->insertItem (tr("Goto XLink"),branchLinksContextMenu); + connect( branchLinksContextMenu, SIGNAL( activated(int) ), this, SLOT( editFollowXLink(int ) ) ); + // Context menu for floatimage floatimageContextMenu =new QPopupMenu (this); saveImageFormatMenu=new QPopupMenu (this);