[vlc-devel] commit: Qt: remove ... where Needed. (Jean-Baptiste Kempf )

git version control git at videolan.org
Sat Jan 24 11:48:46 CET 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Jan 24 11:47:32 2009 +0100| [3845e9e2e5ffdcb026c584e11bb8a11d6b7f103a] | committer: Jean-Baptiste Kempf 

Qt: remove ... where Needed.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3845e9e2e5ffdcb026c584e11bb8a11d6b7f103a
---

 modules/gui/qt4/menus.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/menus.cpp b/modules/gui/qt4/menus.cpp
index 999fd57..93f93e9 100644
--- a/modules/gui/qt4/menus.cpp
+++ b/modules/gui/qt4/menus.cpp
@@ -406,7 +406,7 @@ QMenu *QVLCMenu::ViewMenu( intf_thread_t *p_intf,
     if( mi )
     {
         act = menu->addAction( QIcon( ":/playlist_menu" ),
-                               qtr( "Play&list..." ), mi,
+                               qtr( "Play&list" ), mi,
                                SLOT( togglePlaylist() ), qtr( "Ctrl+L" ) );
         act->setData( "_static_" );
     }




More information about the vlc-devel mailing list