[vlc-devel] commit: Fix typo. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Fri Aug 22 01:59:59 CEST 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Aug 21 17:02:43 2008 -0700| [d669ba509100effe5b61b14a73bc22d7f0d4bc0e] | committer: Jean-Baptiste Kempf
Fix typo.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d669ba509100effe5b61b14a73bc22d7f0d4bc0e
---
modules/gui/qt4/input_manager.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/input_manager.cpp b/modules/gui/qt4/input_manager.cpp
index 5aacb6e..89a3816 100644
--- a/modules/gui/qt4/input_manager.cpp
+++ b/modules/gui/qt4/input_manager.cpp
@@ -184,7 +184,7 @@ void InputManager::customEvent( QEvent *event )
if( type == ItemStateChanged_Type )
{
UpdateNavigation();
- UpdateTelextext();
+ UpdateTeletext();
}
if( !hasInput() ) return;
More information about the vlc-devel
mailing list