Simple changed from COLOR_DESKTOP to COLOR_APPWORKSPACE for appworkspace enum

for css 2 color setting
fixes bug 16853,r=none


git-svn-id: svn://10.0.0.236/trunk@51672 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rods%netscape.com 1999-10-24 03:03:38 +00:00
parent 964164ffe9
commit d0c68ca52f

View File

@ -83,7 +83,7 @@ NS_IMETHODIMP nsLookAndFeel::GetColor(const nsColorID aID, nscolor &aColor)
idx = COLOR_ACTIVECAPTION;
break;
case eColor_appworkspace:
idx = COLOR_DESKTOP;
idx = COLOR_APPWORKSPACE;
break;
case eColor_background:
idx = COLOR_BACKGROUND;