Changeset 2956 in vbox
- Timestamp:
- May 31, 2007 9:35:15 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxDiskImageManagerDlg.ui.h
r2311 r2956 1864 1864 else if (currentList == cdsView) 1865 1865 { 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"); 1868 1869 type = VBoxDefs::CD; 1869 1870 } 1870 1871 else if (currentList == fdsView) 1871 1872 { 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"); 1874 1876 type = VBoxDefs::FD; 1875 1877 }
Note:
See TracChangeset
for help on using the changeset viewer.