]> git.sesse.net Git - vlc/commitdiff
Fix typo.
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 22 Aug 2008 00:02:43 +0000 (17:02 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 22 Aug 2008 00:02:43 +0000 (17:02 -0700)
modules/gui/qt4/input_manager.cpp

index 5aacb6e88ee40849a9c8c0fec03099d7244d6884..89a3816a9fe5f613c8120290373dc07320728be7 100644 (file)
@@ -184,7 +184,7 @@ void InputManager::customEvent( QEvent *event )
     if( type == ItemStateChanged_Type )
     {
         UpdateNavigation();
-        UpdateTelextext();
+        UpdateTeletext();
     }
 
     if( !hasInput() ) return;