Minor changes.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6604 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Phil Greenway 2004-02-15 20:32:05 +00:00
parent 747e75bf8d
commit 610bb7fd59
2 changed files with 7 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Devices - DevicesWindow by Sikosis
(C)2003 OBOS
(C)2003-2004 OBOS
*/

View File

@ -4,7 +4,7 @@ ResourceUsageWindow
Author: Sikosis
(C)2003 OBOS - Released under the MIT License
(C)2003-2004 OBOS - Released under the MIT License
*/
@ -108,6 +108,11 @@ void ResourceUsageWindow::InitWindow(void)
IRQListView->AddItem(new BStringItem(tmp.String()));
Unlock();
ptrIRQView->AddChild(IRQListView);
// write function to add items to IRQ list
// write another function that just deals with getting the IRQ list
// Create the Views
AddChild(ptrResourceUsageView = new ResourceUsageView(r));