mainwindow.cpp
changeset 105 67a91e28b30f
parent 104 270593ab83b2
child 106 4083860dd82e
     1.1 --- a/mainwindow.cpp	Mon May 30 05:39:10 2005 +0000
     1.2 +++ b/mainwindow.cpp	Mon Jun 06 20:27:42 2005 +0000
     1.3 @@ -927,13 +927,13 @@
     1.4  	// This will be populated "on demand" in MapEditor::updateActions
     1.5  	branchContextMenu->insertSeparator();	
     1.6  	branchLinksContextMenu =new QPopupMenu (this);
     1.7 -	branchContextMenu->insertItem (tr("Goto XLink"),branchLinksContextMenu);
     1.8 -	connect( branchLinksContextMenu, SIGNAL( activated(int) ), this, SLOT( editFollowXLink(int ) ) );
     1.9 -	
    1.10  	branchLinksContextMenuDup =new QPopupMenu (this);
    1.11  	branchContextMenu->insertItem (tr("Edit XLink"),branchLinksContextMenuDup);
    1.12  	connect( branchLinksContextMenuDup, SIGNAL( activated(int) ), this, SLOT( editEditXLink(int ) ) );
    1.13  
    1.14 +	branchContextMenu->insertItem (tr("Goto XLink"),branchLinksContextMenu);
    1.15 +	connect( branchLinksContextMenu, SIGNAL( activated(int) ), this, SLOT( editFollowXLink(int ) ) );
    1.16 +	
    1.17  	// Context menu for floatimage
    1.18  	floatimageContextMenu =new QPopupMenu (this);
    1.19  	saveImageFormatMenu=new QPopupMenu (this);