[mythtv-commits] Ticket #7815: Terra theme uses UTF-8 in "Playback starting" message

MythTV mythtv at cvs.mythtv.org
Mon Dec 28 17:42:01 UTC 2009


#7815: Terra theme uses UTF-8 in "Playback starting" message
---------------------------------------+------------------------------------
 Reporter:  malcolm.parsons@…          |       Owner:  ijr       
     Type:  defect                     |      Status:  new       
 Priority:  trivial                    |   Milestone:  0.22.1    
Component:  Themes                     |     Version:  0.22-fixes
 Severity:  low                        |     Mlocked:  0         
---------------------------------------+------------------------------------

Comment(by malcolm.parsons@…):

 mythuitext.cpp calls qPrintable() on the value string:

         if (element.attribute("lang","").isEmpty())
         {
             m_Message = qApp->translate("ThemeUI",
 qPrintable(getFirstText(element)));
         }
         else if ...

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/7815#comment:2>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list