[vlc-devel] commit: Qt menu, "Open Location from Clipboard." (Jean-Baptiste Kempf )
git version control
git at videolan.org
Sun Mar 15 03:27:52 CET 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Mar 15 03:27:29 2009 +0100| [db8fce291e1646ecae93132cc9f7338c95f01b73] | committer: Jean-Baptiste Kempf
Qt menu, "Open Location from Clipboard."
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=db8fce291e1646ecae93132cc9f7338c95f01b73
---
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 9e96c4f..8f06648 100644
--- a/modules/gui/qt4/menus.cpp
+++ b/modules/gui/qt4/menus.cpp
@@ -312,7 +312,7 @@ QMenu *QVLCMenu::FileMenu( intf_thread_t *p_intf, QWidget *parent )
"Ctrl+C" );
menu->addSeparator();
- addDPStaticEntry( menu, qtr( "Paste &Location" ),
+ addDPStaticEntry( menu, qtr( "Open &Location from clipboard" ),
NULL, SLOT( openUrlDialog() ), "Ctrl+V" );
recentsMenu = new QMenu( qtr( "&Recent Media" ), menu );
More information about the vlc-devel
mailing list