vlc | branch: master | Francois Cartegnie <[email protected]> | Wed Mar 23 22:20:34 2011 +0100| [c618ceaa667d5b3838a16ce90d81137009336d27] | committer: Francois Cartegnie
Qt: epg: qtr() instead of tr() > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c618ceaa667d5b3838a16ce90d81137009336d27 --- modules/gui/qt4/components/epg/EPGWidget.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/modules/gui/qt4/components/epg/EPGWidget.cpp b/modules/gui/qt4/components/epg/EPGWidget.cpp index c5ef9e8..d32c181 100644 --- a/modules/gui/qt4/components/epg/EPGWidget.cpp +++ b/modules/gui/qt4/components/epg/EPGWidget.cpp @@ -57,7 +57,7 @@ EPGWidget::EPGWidget( QWidget *parent ) : QWidget( parent ) containerWidget->setLayout( layout ); rootWidget->addWidget( containerWidget ); /* index 0 */ - QLabel *noepgLabel = new QLabel( tr("No EPG Data Available"), this ); + QLabel *noepgLabel = new QLabel( qtr("No EPG Data Available"), this ); noepgLabel->setAlignment( Qt::AlignCenter ); rootWidget->addWidget( noepgLabel ); /* index 1 */ _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
