main.cpp
branchqt4-port
changeset 17 557239819c45
parent 16 41c3d7f9f532
child 18 70c41284cb48
     1.1 --- a/main.cpp	Tue Aug 29 08:31:42 2006 +0000
     1.2 +++ b/main.cpp	Wed Aug 30 12:16:25 2006 +0000
     1.3 @@ -52,6 +52,7 @@
     1.4  QAction *actionEditBugzilla2URL;
     1.5  QAction *actionEditFATE2URL;
     1.6  QAction *actionEditOpenVymLink;
     1.7 +QAction *actionEditOpenMultipleVymLinks;
     1.8  QAction *actionEditVymLink;
     1.9  QAction *actionEditToggleHideExport;
    1.10  QAction *actionEditDeleteVymLink;
    1.11 @@ -112,8 +113,9 @@
    1.12  QMenu* branchContextMenu;
    1.13  QMenu* branchAddContextMenu;
    1.14  QMenu* branchRemoveContextMenu;
    1.15 -QMenu* branchLinksContextMenuEdit;
    1.16 -QMenu* branchLinksContextMenuFollow;
    1.17 +QMenu* branchLinksContextMenu;
    1.18 +QMenu* branchXLinksContextMenuEdit;
    1.19 +QMenu* branchXLinksContextMenuFollow;
    1.20  QMenu* floatimageContextMenu;
    1.21  QMenu* canvasContextMenu;
    1.22  QMenu* fileLastMapsMenu;