bug 248603. Fix for high-contrast themes. r=sergei_d@fi.tartu.ee. BeOS-port only

This commit is contained in:
sergei_d%fi.tartu.ee 2004-07-14 22:39:36 +00:00
parent debe88f251
commit 52def2a4c5

View File

@ -396,7 +396,7 @@ NS_IMETHODIMP nsLookAndFeel::GetMetric(const nsMetricID aID, PRInt32 & aMetric)
aMetric = 3;
break;
default:
aMetric = -1;
aMetric = 0;
res = NS_ERROR_FAILURE;
}
return res;