- Timestamp:
- Mar 28, 2008 8:46:36 AM (17 years ago)
- Location:
- trunk/src/VBox/Frontends
- Files:
-
- 7 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"> -
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxVMListBox.cpp
r7235 r7615 478 478 { 479 479 /// @todo (r=dmik) temporary 480 pmOSType = QPixmap (":/os_ other.png");480 pmOSType = QPixmap (":/os_unknown.png"); 481 481 pmState = QPixmap (":/state_aborted_16px.png"); 482 482 strState = VBoxVMListBox::tr ("Inaccessible"); … … 514 514 { 515 515 /// @todo (r=dmik) temporary 516 pmOSType = QPixmap (":/os_ other.png");516 pmOSType = QPixmap (":/os_unknown.png"); 517 517 pmState = QPixmap (":/state_aborted_16px.png"); 518 518 } … … 696 696 { 697 697 /// @todo (r=dmik) temporary 698 pmOSType = QPixmap (":/os_ other.png");698 pmOSType = QPixmap (":/os_unknown.png"); 699 699 pmState = QPixmap (":/state_aborted_16px.png"); 700 700 strState = VBoxVMListBox::tr ("Inaccessible"); -
trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxCloseVMDlg.ui
r7447 r7615 33 33 </property> 34 34 <property name="pixmap" > 35 <pixmap>:/os_ other.png</pixmap>35 <pixmap>:/os_unknown.png</pixmap> 36 36 </property> 37 37 <property name="scaledContents" > -
trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxTakeSnapshotDlg.ui
r7235 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.