fix typo in constant usage from patch for bug 204237 - this error causes buttons to incorrectly theme fairly often

This commit is contained in:
joshmoz%gmail.com 2005-08-20 07:14:13 +00:00
Родитель 7396c067a8
Коммит 48dcfa7964
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -246,7 +246,7 @@ nsNativeTheme::IsWidgetStyled(nsPresContext* aPresContext, nsIFrame* aFrame,
lookAndFeel->GetColor(sButtonBorderColorID,
defaultBorderColor);
lookAndFeel->GetColor(sButtonBGColorID,
defaultBorderColor);
defaultBGColor);
}
break;