This commit is contained in:
alecf%netscape.com 2000-05-06 08:36:07 +00:00
Родитель 445a90dd93
Коммит ef77f111f2
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -48,6 +48,7 @@ NS_IMETHODIMP nsLookAndFeel::GetColor(const nsColorID aID, nscolor &aColor)
if (mXPLookAndFeel)
{
nsresult res;
res = mXPLookAndFeel->GetColor(aID, aColor);
if (NS_SUCCEEDED(res))
return res;