VirtualBox

Changeset 2956 in vbox


Ignore:
Timestamp:
May 31, 2007 9:35:15 AM (18 years ago)
Author:
vboxsync
Message:

FE/Qt: Added missing "All Files" filter in CD/Floppy Open dialogs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxDiskImageManagerDlg.ui.h

    r2311 r2956  
    18641864    else if (currentList == cdsView)
    18651865    {
    1866         filter = tr( "CD/DVD-ROM images (*.iso)");
    1867         title = tr( "Select a CD/DVD-ROM disk image file" );
     1866        filter = tr ("CD/DVD-ROM images (*.iso);;"
     1867                     "All files (*)");
     1868        title = tr ("Select a CD/DVD-ROM disk image file");
    18681869        type = VBoxDefs::CD;
    18691870    }
    18701871    else if (currentList == fdsView)
    18711872    {
    1872         filter = tr( "Floppy images (*.img)" );
    1873         title = tr( "Select a floppy disk image file" );
     1873        filter = tr ("Floppy images (*.img);;"
     1874                     "All files (*)");
     1875        title = tr ("Select a floppy disk image file");
    18741876        type = VBoxDefs::FD;
    18751877    }
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