]> git.sesse.net Git - vlc/commitdiff
Fix #1744 in Qt menus.
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 26 Jul 2008 01:57:44 +0000 (18:57 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 26 Jul 2008 01:57:44 +0000 (18:57 -0700)
modules/gui/qt4/menus.cpp

index 65b3ea0a68a93b33b2a1930f9d7309e0717c913b..8b547c7c872a0483994979277545cb8c9e96cd48 100644 (file)
@@ -378,8 +378,9 @@ QMenu *QVLCMenu::ToolsMenu( intf_thread_t *p_intf,
             action->setChecked( true );
 
         /* FullScreen View */
-        action = menu->addAction( qtr( "Toggle Fullscreen Interface" ), mi,
+        action = menu->addAction( qtr( "Fullscreen Interface" ), mi,
                                   SLOT( toggleFullScreen() ), QString( "F11" ) );
+        action->setCheckable( true );
 
         /* Advanced Controls */
         action = menu->addAction( qtr( "Advanced Controls" ), mi,