mainwindow.cpp
changeset 818 25ee6b988b73
parent 816 3086ee01554a
child 819 8f987e376035
     1.1 --- a/mainwindow.cpp	Mon Dec 14 10:17:55 2009 +0000
     1.2 +++ b/mainwindow.cpp	Tue Dec 15 09:14:59 2009 +0000
     1.3 @@ -1598,6 +1598,8 @@
     1.4  
     1.5  	branchContextMenu->addSeparator();	
     1.6  	branchContextMenu->addAction ( actionLoadImage);
     1.7 +	if (settings.value( "/mainwindow/showTestMenu",false).toBool() )
     1.8 +		branchContextMenu->addAction ( actionAddAttribute);
     1.9  
    1.10  	// Submenu for Links (URLs, vymLinks)
    1.11  	branchLinksContextMenu =new QMenu (this);