From a6f67755d8a3eb0ddc46a563b67b08d584b03d90 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" Date: Wed, 3 Oct 2001 17:17:13 +0000 Subject: [PATCH] Adding missing contributor - Henri Sivonen . Bug 87428 again. While I'm here, the credit for the links toolbar in my last checkin comment should have gone to Christopher Hoess , Eric Hodel and Tim Taylor , as well as anyone else who contributed ideas and suggestions. git-svn-id: svn://10.0.0.236/trunk@104537 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpfe/browser/resources/content/linkToolbarOverlay.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mozilla/xpfe/browser/resources/content/linkToolbarOverlay.js b/mozilla/xpfe/browser/resources/content/linkToolbarOverlay.js index 0fe55da8f15..819a1725ec2 100644 --- a/mozilla/xpfe/browser/resources/content/linkToolbarOverlay.js +++ b/mozilla/xpfe/browser/resources/content/linkToolbarOverlay.js @@ -21,6 +21,7 @@ * Contributor(s): * Christopher Hoess * Tim Taylor + * Henri Sivonen * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or @@ -188,4 +189,4 @@ function() document.getElementById("misc-seperator").setAttribute("collapsed", "true"); } -const linkToolbarUI = new LinkToolbarUI; \ No newline at end of file +const linkToolbarUI = new LinkToolbarUI;