diff --git a/xpfe/components/bookmarks/resources/bookmarksOverlay.js b/xpfe/components/bookmarks/resources/bookmarksOverlay.js index f798a4d8e347..b9f908411176 100644 --- a/xpfe/components/bookmarks/resources/bookmarksOverlay.js +++ b/xpfe/components/bookmarks/resources/bookmarksOverlay.js @@ -646,7 +646,7 @@ BookmarksUIElement.prototype = { { if (aBookmarkItem.getAttribute("type") != NC_NS + "BookmarkSeparator") openDialog("chrome://communicator/content/bookmarks/bm-props.xul", - "BookmarkProperties", "centerscreen,chrome,dialog=no,resizable=no", + "", "centerscreen,chrome,dialog=no,resizable=no", NODE_ID(aBookmarkItem)); },