Fix a typo.

git-svn-id: svn://10.0.0.236/trunk@133615 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
blakeross%telocity.com
2002-11-12 02:24:07 +00:00
parent b907a8fb77
commit 79d93d62cf

View File

@@ -242,7 +242,7 @@ function buildContextMenu()
var launchSep = document.getElementById("menuseparator_launch");
var removeItem = document.getElementById("menuitem_remove");
var showItem = document.getElementById("menuitem_show");
var propsItem = document.getElementByid("menuitem_properties");
var propsItem = document.getElementById("menuitem_properties");
var propsSep = document.getElementById("menuseparator_properties");
showItem.hidden = selectionCount != 1;
launchItem.hidden = selectionCount != 1;