mapeditor.cpp
changeset 91 855c486b9360
parent 90 10f3d35dcbad
child 93 31c6ce8efbc7
     1.1 --- a/mapeditor.cpp	Sat Feb 19 17:14:33 2005 +0000
     1.2 +++ b/mapeditor.cpp	Mon Feb 28 16:22:29 2005 +0000
     1.3 @@ -307,6 +307,7 @@
     1.4  	#endif
     1.5  
     1.6  	pickingColor=false;
     1.7 +	drawingLink=false;
     1.8  
     1.9      editingBO=NULL;
    1.10      selection=NULL;
    1.11 @@ -2099,6 +2100,7 @@
    1.12  	{		
    1.13  		BranchObj *b=(BranchObj*)(selection);
    1.14  		b->setURL ("http://bugzilla.suse.de/show_bug.cgi?id="+b->getHeading());
    1.15 +		b->setURL ("https://bugzilla.innerweb.novell.com/show_bug.cgi?id="+b->getHeading());
    1.16  		updateActions();
    1.17  		setChanged();
    1.18  	}