Changeset 7615 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Mar 28, 2008 8:46:36 AM (17 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMListBox.cpp
r7207 r7615 467 467 { 468 468 /// @todo (r=dmik) temporary 469 pmOSType = QPixmap::fromMimeSource ("os_ other.png");469 pmOSType = QPixmap::fromMimeSource ("os_unknown.png"); 470 470 pmState = QPixmap::fromMimeSource ("state_aborted_16px.png"); 471 471 strState = VBoxVMListBox::tr ("Inaccessible"); … … 503 503 { 504 504 /// @todo (r=dmik) temporary 505 pmOSType = QPixmap::fromMimeSource ("os_ other.png");505 pmOSType = QPixmap::fromMimeSource ("os_unknown.png"); 506 506 pmState = QPixmap::fromMimeSource ("state_aborted_16px.png"); 507 507 } … … 685 685 { 686 686 /// @todo (r=dmik) temporary 687 pmOSType = QPixmap::fromMimeSource ("os_ other.png");687 pmOSType = QPixmap::fromMimeSource ("os_unknown.png"); 688 688 pmState = QPixmap::fromMimeSource ("state_aborted_16px.png"); 689 689 strState = VBoxVMListBox::tr ("Inaccessible"); -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxCloseVMDlg.ui
r6822 r7615 71 71 </property> 72 72 <property name="pixmap"> 73 <pixmap>os_ other.png</pixmap>73 <pixmap>os_unknown.png</pixmap> 74 74 </property> 75 75 <property name="scaledContents"> -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxNewVMWzd.ui
r6822 r7615 341 341 </property> 342 342 <property name="pixmap"> 343 <pixmap>os_ other.png</pixmap>343 <pixmap>os_unknown.png</pixmap> 344 344 </property> 345 345 <property name="scaledContents"> -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxTakeSnapshotDlg.ui
r6822 r7615 72 72 </property> 73 73 <property name="pixmap"> 74 <pixmap>os_ other.png</pixmap>74 <pixmap>os_unknown.png</pixmap> 75 75 </property> 76 76 <property name="scaledContents">
Note:
See TracChangeset
for help on using the changeset viewer.