[vlc-commits] Qt: change shortcut in info dialog
Jean-Baptiste Kempf
git at videolan.org
Sun May 22 14:52:54 CEST 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun May 22 14:52:20 2011 +0200| [303d976b169e1cc36a1722fcfc829bdaf09bb1cb] | committer: Jean-Baptiste Kempf
Qt: change shortcut in info dialog
Close #4818
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=303d976b169e1cc36a1722fcfc829bdaf09bb1cb
---
modules/gui/qt4/dialogs/mediainfo.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/dialogs/mediainfo.cpp b/modules/gui/qt4/dialogs/mediainfo.cpp
index f5adf2b..d5a015b 100644
--- a/modules/gui/qt4/dialogs/mediainfo.cpp
+++ b/modules/gui/qt4/dialogs/mediainfo.cpp
@@ -65,7 +65,7 @@ MediaInfoDialog::MediaInfoDialog( intf_thread_t *_p_intf,
if( isMainInputInfo )
{
ISP = new InputStatsPanel( infoTabW, p_intf );
- infoTabW->addTab( ISP, qtr( "&Statistics" ) );
+ infoTabW->addTab( ISP, qtr( "S&tatistics" ) );
}
QGridLayout *layout = new QGridLayout( this );
More information about the vlc-commits
mailing list