[vlc-devel] commit: s/Paste MRL/Paste Location/ (Jean-Baptiste Kempf )
git version control
git at videolan.org
Fri Feb 27 01:08:47 CET 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Feb 27 01:07:39 2009 +0100| [a63f8160772f5a9a78732122ba53a7283d45a1be] | committer: Jean-Baptiste Kempf
s/Paste MRL/Paste Location/
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a63f8160772f5a9a78732122ba53a7283d45a1be
---
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 ccc34a0..9b7dd94 100644
--- a/modules/gui/qt4/menus.cpp
+++ b/modules/gui/qt4/menus.cpp
@@ -317,7 +317,7 @@ QMenu *QVLCMenu::FileMenu( intf_thread_t *p_intf, QWidget *parent )
"Ctrl+C" );
menu->addSeparator();
- addDPStaticEntry( menu, qtr( "Paste &MRL" ),
+ addDPStaticEntry( menu, qtr( "Paste &Location" ),
NULL, SLOT( openUrlDialog() ), "Ctrl+V" );
recentsMenu = new QMenu( qtr( "&Recent Media" ), menu );
More information about the vlc-devel
mailing list