git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
dd68bab
)
Remove ... after "Minimal View" menu item.
author
Antoine Cellerier
<dionoea@videolan.org>
Mon, 25 Aug 2008 16:31:48 +0000
(18:31 +0200)
committer
Antoine Cellerier
<dionoea@videolan.org>
Mon, 25 Aug 2008 16:32:48 +0000
(18:32 +0200)
modules/gui/qt4/menus.cpp
patch
|
blob
|
history
diff --git
a/modules/gui/qt4/menus.cpp
b/modules/gui/qt4/menus.cpp
index
90dd41f
..
f52eb8d
100644
(file)
--- a/
modules/gui/qt4/menus.cpp
+++ b/
modules/gui/qt4/menus.cpp
@@
-366,7
+366,7
@@
QMenu *QVLCMenu::ToolsMenu( intf_thread_t *p_intf,
if( mi )
{
/* Minimal View */
if( mi )
{
/* Minimal View */
- QAction *action = menu->addAction( qtr( "Mi&nimal View
...
" ), mi,
+ QAction *action = menu->addAction( qtr( "Mi&nimal View" ), mi,
SLOT( toggleMinimalView() ), qtr( "Ctrl+H" ) );
action->setCheckable( true );
action->setData( "_static_" );
SLOT( toggleMinimalView() ), qtr( "Ctrl+H" ) );
action->setCheckable( true );
action->setData( "_static_" );
@@
-843,7
+843,7
@@
void QVLCMenu::PopupMenu( intf_thread_t *p_intf, bool show )
if( mi )
{
action = submenu->addAction( QIcon( "" ),
if( mi )
{
action = submenu->addAction( QIcon( "" ),
- qtr( "Minimal View
...
" ), mi, SLOT( toggleMinimalView() ) );
+ qtr( "Minimal View" ), mi, SLOT( toggleMinimalView() ) );
action->setCheckable( true );
action->setChecked( !( mi->getControlsVisibilityStatus() &
CONTROLS_VISIBLE ) );
action->setCheckable( true );
action->setChecked( !( mi->getControlsVisibilityStatus() &
CONTROLS_VISIBLE ) );