I hate to do this, but here's a one-line patch to fix a typo in the new Recording window.

Thanks for everyone's hard work!

Cheers,

Allan.
Index: libs/libmythtv/sr_items.h
===================================================================
RCS file: /var/lib/mythcvs/mythtv/libs/libmythtv/sr_items.h,v
retrieving revision 1.21
diff -u -r1.21 sr_items.h
--- libs/libmythtv/sr_items.h   8 Dec 2004 17:41:45 -0000       1.21
+++ libs/libmythtv/sr_items.h   11 Jan 2005 20:38:43 -0000
@@ -597,7 +597,7 @@
 {
     public:
         SRMaxNewest(ScheduledRecording& _parent, ManagedListGroup* _group, 
ManagedList* _list)
-                   : SRBoolSetting(_parent, QObject::tr("Delete oldest if this 
would exceede the max episodes"),
+                   : SRBoolSetting(_parent, QObject::tr("Delete oldest if this 
would exceed the max episodes"),
                                    QObject::tr("Don't record if this would 
exceed the max episodes"),
                                    "maxnewestItem", "maxnewest", _group, _list 
)
         {
_______________________________________________
mythtv-dev mailing list
mythtv-dev@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

Reply via email to