[mythtv] Re: [PATCH] add two missing tr's

Stefan Frank sfr+lists at 6913304088794.gnuu.de
Mon May 24 08:55:01 EDT 2004


Here's another missing tr from channelsettings.cpp

Bye, Stefan

-- 
I'll pretend to trust you if you'll pretend to trust me.
-------------- next part --------------
Index: libs/libmythtv/channelsettings.cpp
===================================================================
RCS file: /var/lib/mythcvs/mythtv/libs/libmythtv/channelsettings.cpp,v
retrieving revision 1.12
diff -u -r1.12 channelsettings.cpp
--- libs/libmythtv/channelsettings.cpp	22 May 2004 04:20:42 -0000	1.12
+++ libs/libmythtv/channelsettings.cpp	24 May 2004 12:46:44 -0000
@@ -176,7 +176,7 @@
 public:
     CommFree(const ChannelID& id):
         CheckBoxSetting(), CSetting(id, "commfree") {
-        setLabel("Commercial Free");
+        setLabel(QObject::tr("Commercial Free"));
         setHelpText(QObject::tr("If set automatic commercial flagging will "
                 "be skipped for this channel.  Useful for "
                 "premium channels like HBO."));


More information about the mythtv-dev mailing list