Bug 226439. Convert layout to EqualsLiteral and EqualsASCII. r+sr=dbaron

This commit is contained in:
roc+@cs.cmu.edu
2004-04-30 13:23:43 +00:00
parent 992ee30677
commit 9e89288e76
35 changed files with 209 additions and 209 deletions

View File

@@ -156,7 +156,7 @@ nsButtonBoxFrame::MouseClicked (nsIPresContext* aPresContext, nsGUIEvent* aEvent
// Don't execute if we're disabled.
nsAutoString disabled;
mContent->GetAttr(kNameSpaceID_None, nsHTMLAtoms::disabled, disabled);
if (disabled.Equals(NS_LITERAL_STRING("true")))
if (disabled.EqualsLiteral("true"))
return;
// Execute the oncommand event handler.