Ticket #4142: installersourcemenu.patch
File installersourcemenu.patch, 622 bytes (added by , 15 years ago) |
---|
-
src/apps/installer/WorkerThread.cpp
535 535 char menuLabel[255]; 536 536 make_partition_label(partition, label, menuLabel, false); 537 537 PartitionMenuItem* item = new PartitionMenuItem(partition->ContentName(), 538 label, NULL, new BMessage(SRC_PARTITION), partition->ID());538 label, menuLabel, new BMessage(SRC_PARTITION), partition->ID()); 539 539 item->SetMarked(isBootPartition); 540 540 fMenu->AddItem(item); 541 541 return false;