Changeset 8118 in vbox for trunk/src/VBox/Frontends/VirtualBox/ui/VBoxHardDiskSettings.ui.h
- Timestamp:
- Apr 17, 2008 5:32:44 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxHardDiskSettings.ui.h
r8117 r8118 611 611 if (idList.contains (id)) 612 612 { 613 result = tr ("%1 uses disk image already assigned to %2") 613 result = tr ("<i>%1</i> uses the hard disk that is already " 614 "attached to <i>%2</i>") 614 615 .arg (item->text (0)).arg (slList [idList.findIndex (id)]); 615 616 break; … … 707 708 if (sataItem) 708 709 { 709 int rc = vboxProblem().confirm SATASlotsRemoving(this);710 int rc = vboxProblem().confirmDetachSATASlots (this); 710 711 if (rc != QIMessageBox::Ok) 711 712 {
Note:
See TracChangeset
for help on using the changeset viewer.