|
|
|
@ -45,7 +45,7 @@ General::General(liloconf *l, TQWidget *parent, const char *name):TQWidget(paren
|
|
|
|
|
TQLabel *drive_lbl=new TQLabel(_("Install &boot record to drive/partition:"), drv);
|
|
|
|
|
drive=new TQComboBox(false, drv);
|
|
|
|
|
drive_lbl->setBuddy(drive);
|
|
|
|
|
StringList p=ptable::distdelist();
|
|
|
|
|
StringList p=ptable::disklist();
|
|
|
|
|
p+=ptable::partlist();
|
|
|
|
|
p.sort();
|
|
|
|
|
for(StringList::const_iterator it=p.begin(); it!=p.end(); it++)
|
|
|
|
|