Ticket #4142: installersourcemenu.patch

File installersourcemenu.patch, 622 bytes (added by idefix, 15 years ago)

Patch to make source menu look the same as target menu

  • src/apps/installer/WorkerThread.cpp

     
    535535    char menuLabel[255];
    536536    make_partition_label(partition, label, menuLabel, false);
    537537    PartitionMenuItem* item = new PartitionMenuItem(partition->ContentName(),
    538         label, NULL, new BMessage(SRC_PARTITION), partition->ID());
     538        label, menuLabel, new BMessage(SRC_PARTITION), partition->ID());
    539539    item->SetMarked(isBootPartition);
    540540    fMenu->AddItem(item);
    541541    return false;