added a haiku logo from stippi, thanks!

enlarged the window
improves widget placement


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14419 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2005-10-18 23:10:27 +00:00
parent e620c9328c
commit b461fb1d4b
8 changed files with 67 additions and 17 deletions
+2 -2
View File
@@ -54,12 +54,12 @@ CopyEngine::Start()
void
CopyEngine::ScanDisksPartitions(BMenu *srcMenu, BMenu *dstMenu)
{
BDiskDeviceRoster roster;
/*BDiskDeviceRoster roster;
BDiskDevice device;
roster.VisitEachDevice(this, &device);
BPartition *partition;
roster.VisitEachPartition(this, &device, &partition);
roster.VisitEachPartition(this, &device, &partition);*/
}