Ignore:
Timestamp:
Sep 1, 2007, 12:07:44 AM (17 years ago)
Author:
Bruno Cornec
Message:

manual_cd_tray => manual_tray and usage of conf file for that field

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/common/libmondo-devices.c

    r1594 r1609  
    14821482            if ((bkpinfo->backup_media_type != dvd) && (bkpinfo->backup_media_type != usb)) {
    14831483                if (ask_me_yes_or_no
    1484                     (_("Is your computer a laptop, or does the CD writer incorporate BurnProof technology?")))
     1484                    (_("Does your computer have a manual tray?")))
    14851485                {
    1486                     bkpinfo->manual_cd_tray = TRUE;
     1486                    bkpinfo->manual_tray = TRUE;
    14871487                }
    14881488            }
Note: See TracChangeset for help on using the changeset viewer.