[mythtv-commits] Ticket #233: Save .nuv.old is global setting, not host-specific

MythTV mythtv at cvs.mythtv.org
Fri Aug 19 21:14:11 UTC 2005


#233: Save .nuv.old is global setting, not host-specific
-----------------------+----------------------------------------------------
 Reporter:  anonymous  |       Owner:  ijr 
     Type:  defect     |      Status:  new 
 Priority:  minor      |   Milestone:      
Component:  mythtv     |     Version:  head
 Severity:  low        |         Cc:             |  
-----------------------+----------------------------------------------------
 A tiny patch to clarify this setting which appears on the "host specific
 backend settings" page, but appears to be actually a global setting.

 Index: setup/backendsettings.cpp
 ===================================================================
 --- setup/backendsettings.cpp   (revision 7089)
 +++ setup/backendsettings.cpp   (working copy)
 @@ -163,7 +163,7 @@
  static GlobalCheckBox *SaveTranscoding()
  {
      GlobalCheckBox *gc = new GlobalCheckBox("SaveTranscoding");
 -    gc->setLabel(QObject::tr("Save original files after transcoding"));
 +    gc->setLabel(QObject::tr("Save original files after transcoding (all
 backends)"));
      gc->setValue(false);
      gc->setHelpText(QObject::tr("When set and the transcoder is active,
 the "
                      "original nuv files will be renamed to nuv.old once
 the "

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/233>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list