Ticket #8291: newshutdownsettings.patch
| File newshutdownsettings.patch, 1.0 KB (added by , 16 years ago) |
|---|
-
programs/mythfrontend/globalsettings.cpp
2280 2280 { 2281 2281 HostLineEdit *ge = new HostLineEdit("RebootCommand"); 2282 2282 ge->setLabel(QObject::tr("Reboot command")); 2283 ge->setValue(" reboot");2283 ge->setValue(""); 2284 2284 ge->setHelpText(QObject::tr("Optional. Script to run if you select " 2285 2285 "the reboot option from the exit menu, if the option " 2286 2286 "is displayed. You must configure an exit key to " … … 2292 2292 { 2293 2293 HostLineEdit *ge = new HostLineEdit("HaltCommand"); 2294 2294 ge->setLabel(QObject::tr("Halt command")); 2295 ge->setValue(" halt");2295 ge->setValue(""); 2296 2296 ge->setHelpText(QObject::tr("Optional. Script to run if you select " 2297 2297 "the shutdown option from the exit menu, if the option " 2298 2298 "is displayed. You must configure an exit key to "
