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:
@@ -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);*/
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user