VirtualBox

Changeset 7615 in vbox for trunk/src


Ignore:
Timestamp:
Mar 28, 2008 8:46:36 AM (17 years ago)
Author:
vboxsync
Message:

FE/Qt: Fixed leftovers: os_other.png -> os_unknown.png.

Location:
trunk/src/VBox/Frontends
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMListBox.cpp

    r7207 r7615  
    467467    {
    468468        /// @todo (r=dmik) temporary
    469         pmOSType = QPixmap::fromMimeSource ("os_other.png");
     469        pmOSType = QPixmap::fromMimeSource ("os_unknown.png");
    470470        pmState = QPixmap::fromMimeSource ("state_aborted_16px.png");
    471471        strState = VBoxVMListBox::tr ("Inaccessible");
     
    503503    {
    504504        /// @todo (r=dmik) temporary
    505         pmOSType = QPixmap::fromMimeSource ("os_other.png");
     505        pmOSType = QPixmap::fromMimeSource ("os_unknown.png");
    506506        pmState = QPixmap::fromMimeSource ("state_aborted_16px.png");
    507507    }
     
    685685    {
    686686        /// @todo (r=dmik) temporary
    687         pmOSType = QPixmap::fromMimeSource ("os_other.png");
     687        pmOSType = QPixmap::fromMimeSource ("os_unknown.png");
    688688        pmState = QPixmap::fromMimeSource ("state_aborted_16px.png");
    689689        strState = VBoxVMListBox::tr ("Inaccessible");
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxCloseVMDlg.ui

    r6822 r7615  
    7171                            </property>
    7272                            <property name="pixmap">
    73                                 <pixmap>os_other.png</pixmap>
     73                                <pixmap>os_unknown.png</pixmap>
    7474                            </property>
    7575                            <property name="scaledContents">
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxNewVMWzd.ui

    r6822 r7615  
    341341                                </property>
    342342                                <property name="pixmap">
    343                                     <pixmap>os_other.png</pixmap>
     343                                    <pixmap>os_unknown.png</pixmap>
    344344                                </property>
    345345                                <property name="scaledContents">
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxTakeSnapshotDlg.ui

    r6822 r7615  
    7272                            </property>
    7373                            <property name="pixmap">
    74                                 <pixmap>os_other.png</pixmap>
     74                                <pixmap>os_unknown.png</pixmap>
    7575                            </property>
    7676                            <property name="scaledContents">
  • trunk/src/VBox/Frontends/VirtualBox4/src/VBoxVMListBox.cpp

    r7235 r7615  
    478478    {
    479479        /// @todo (r=dmik) temporary
    480         pmOSType = QPixmap (":/os_other.png");
     480        pmOSType = QPixmap (":/os_unknown.png");
    481481        pmState = QPixmap (":/state_aborted_16px.png");
    482482        strState = VBoxVMListBox::tr ("Inaccessible");
     
    514514    {
    515515        /// @todo (r=dmik) temporary
    516         pmOSType = QPixmap (":/os_other.png");
     516        pmOSType = QPixmap (":/os_unknown.png");
    517517        pmState = QPixmap (":/state_aborted_16px.png");
    518518    }
     
    696696    {
    697697        /// @todo (r=dmik) temporary
    698         pmOSType = QPixmap (":/os_other.png");
     698        pmOSType = QPixmap (":/os_unknown.png");
    699699        pmState = QPixmap (":/state_aborted_16px.png");
    700700        strState = VBoxVMListBox::tr ("Inaccessible");
  • trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxCloseVMDlg.ui

    r7447 r7615  
    3333         </property>
    3434         <property name="pixmap" >
    35           <pixmap>:/os_other.png</pixmap>
     35          <pixmap>:/os_unknown.png</pixmap>
    3636         </property>
    3737         <property name="scaledContents" >
  • trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxTakeSnapshotDlg.ui

    r7235 r7615  
    7272                            </property>
    7373                            <property name="pixmap">
    74                                 <pixmap>:/os_other.png</pixmap>
     74                                <pixmap>:/os_unknown.png</pixmap>
    7575                            </property>
    7676                            <property name="scaledContents">
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette