* Changed the default color of the block cache memory usage source.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33891 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2009-11-05 11:13:04 +00:00
parent 3904801c31
commit a5758caa7e
+1 -1
View File
@@ -453,7 +453,7 @@ SwapSpaceDataSource::Primary() const
BlockCacheDataSource::BlockCacheDataSource()
{
fColor = (rgb_color){0, 120, 0};
fColor = (rgb_color){0, 0, 120};
}