From 7a698991a03c2aec25304ac87a3d394417380982 Mon Sep 17 00:00:00 2001 From: "svn%xmlterm.org" Date: Wed, 3 May 2000 14:42:34 +0000 Subject: [PATCH] xmlterm changes only. Changed window name in window.open call in menuhack from "XMLterm" to "_blank". Fix for bug 36420. git-svn-id: svn://10.0.0.236/trunk@68082 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/extensions/xmlterm/scripts/menuhack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/extensions/xmlterm/scripts/menuhack b/mozilla/extensions/xmlterm/scripts/menuhack index a836f3d53f4..50331432cd1 100755 --- a/mozilla/extensions/xmlterm/scripts/menuhack +++ b/mozilla/extensions/xmlterm/scripts/menuhack @@ -29,7 +29,7 @@ open OUTFILE, ">$menufile.new" or die "menuhack: Unable to create $menufile.new\ while () { print OUTFILE unless m/XMLterm/; - if (s%(.*)"&editorCmd.label;"(.*)"toEditor\(\);"%$1"XMLterm" $2"window.open('chrome://xmlterm/content/xmlterm.xul','XMLterm','chrome,dialog=no,resizable');"%) { + if (s%(.*)"&editorCmd.label;"(.*)"toEditor\(\);"%$1"XMLterm" $2"window.open('chrome://xmlterm/content/xmlterm.xul','_blank','chrome,dialog=no,resizable');"%) { print OUTFILE; } }