[mythtv-commits] Ticket #4027: MythMusic audio device shouldn't be translatable

MythTV mythtv at cvs.mythtv.org
Fri Sep 28 22:20:23 UTC 2007


#4027: MythMusic audio device shouldn't be translatable
-----------------------+----------------------------------------------------
 Reporter:  anonymous  |       Owner:  ijr    
     Type:  defect     |      Status:  new    
 Priority:  minor      |   Milestone:  unknown
Component:  mythtv     |     Version:  unknown
 Severity:  medium     |     Mlocked:  0      
-----------------------+----------------------------------------------------
 Hi,

 I've seen reports from users where MythMusic wouldn't output any audio
 while regular playback works fine. This usually happens because a
 translator changed "default" in the MusicAudioDevice combobox to its
 localized counterpart.

 IMHO, this can easily be remedied by making that string not translate
 anymore. The offending line is in mythmusic/globalsettings.cpp at line 45:

 {{{
 gc->addSelection(QObject::tr("default"), "default");
 }}}

 Maybe someone who knows more about Qt (and how it handles translatable
 strings) than me could fix that :)

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/4027>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list