From 23d69f4f51627cb3bd79d4bf78531d237b7b2985 Mon Sep 17 00:00:00 2001 From: "mozilla.mano%sent.com" Date: Mon, 17 Mar 2008 11:38:18 +0000 Subject: [PATCH] Correcting comments a little git-svn-id: svn://10.0.0.236/trunk@247977 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/browser/base/content/browser-places.js | 2 +- mozilla/browser/components/places/content/menu.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/browser/base/content/browser-places.js b/mozilla/browser/base/content/browser-places.js index 26670463a2f..56d8d390a78 100644 --- a/mozilla/browser/base/content/browser-places.js +++ b/mozilla/browser/base/content/browser-places.js @@ -600,7 +600,7 @@ var BookmarksEventHandler = { var target = aEvent.originalTarget; // If this event bubbled up from a menu or menuitem, close the menus. - // Do this before opening tabs, to avoid hiding the open tabs confirm. + // Do this before opening tabs, to avoid hiding the open tabs confirm-dialog. if (target.localName == "menu" || target.localName == "menuitem") { for (node = target.parentNode; node; node = node.parentNode) { if (node.localName == "menupopup") diff --git a/mozilla/browser/components/places/content/menu.xml b/mozilla/browser/components/places/content/menu.xml index 0f7c364eba7..0bde98fa744 100755 --- a/mozilla/browser/components/places/content/menu.xml +++ b/mozilla/browser/components/places/content/menu.xml @@ -950,7 +950,7 @@