Ticket #6276: 00-6276-mythvideo-dvddevice.patch
| File 00-6276-mythvideo-dvddevice.patch, 1.1 KB (added by , 17 years ago) |
|---|
-
mythplugins/mythvideo/mythvideo/globalsettings.cpp
282 282 { 283 283 HostLineEdit *gc = new HostLineEdit("VCDDeviceLocation"); 284 284 gc->setLabel(QObject::tr("Location of VCD device")); 285 gc->setValue(" /dev/cdrom");285 gc->setValue("default"); 286 286 gc->setHelpText(QObject::tr("This device must exist, and the user " 287 287 "running MythDVD needs to have read permission " 288 288 "on the device.")); … … 293 293 { 294 294 HostLineEdit *gc = new HostLineEdit("DVDDeviceLocation"); 295 295 gc->setLabel(QObject::tr("Location of DVD device")); 296 #ifdef Q_WS_MACX297 296 gc->setValue("default"); 298 #elif defined(_WIN32)299 gc->setValue("D:\\");300 #else301 gc->setValue("/dev/dvd");302 #endif303 297 gc->setHelpText(QObject::tr("This device must exist, and the user " 304 298 "running MythDVD needs to have read permission " 305 299 "on the device."));
