Ticket #8160: set_default_values.patch
| File set_default_values.patch, 1.3 KB (added by chrisl, 2 years ago) |
|---|
-
programs/mythfrontend/globalsettings.cpp
2253 2253 { 2254 2254 HostLineEdit *ge = new HostLineEdit("RebootCommand"); 2255 2255 ge->setLabel(QObject::tr("Reboot command")); 2256 ge->setValue(" reboot");2257 ge->setHelpText(QObject::tr(" Command or script to run if you select "2256 ge->setValue(""); 2257 ge->setHelpText(QObject::tr("Optional. Script to run if you select " 2258 2258 "the reboot option from the exit menu, if the option " 2259 2259 "is displayed. You must configure an exit key to " 2260 2260 "display the exit menu.")); … … 2265 2265 { 2266 2266 HostLineEdit *ge = new HostLineEdit("HaltCommand"); 2267 2267 ge->setLabel(QObject::tr("Halt command")); 2268 ge->setValue(" halt");2269 ge->setHelpText(QObject::tr(" Command or script to run if you select "2268 ge->setValue(""); 2269 ge->setHelpText(QObject::tr("Optional. Script to run if you select " 2270 2270 "the shutdown option from the exit menu, if the option " 2271 2271 "is displayed. You must configure an exit key to " 2272 2272 "display the exit menu."));
