[vlc-devel] commit: Forgotten tooltip :D (Jean-Baptiste Kempf )
git version control
git at videolan.org
Wed Jun 25 06:32:44 CEST 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Jun 24 21:33:53 2008 -0700| [8313bcef7ecfad913eefa5c30f7e5641d2b74664]
Forgotten tooltip :D
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8313bcef7ecfad913eefa5c30f7e5641d2b74664
---
modules/gui/qt4/components/interface_widgets.cpp | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/modules/gui/qt4/components/interface_widgets.cpp b/modules/gui/qt4/components/interface_widgets.cpp
index 8f77aaa..1efa08e 100644
--- a/modules/gui/qt4/components/interface_widgets.cpp
+++ b/modules/gui/qt4/components/interface_widgets.cpp
@@ -462,7 +462,7 @@ ControlsWidget::ControlsWidget( intf_thread_t *_p_i,
BUTTON_SET_IMG( prevSectionButton, "", previous.png, "" );
BUTTON_SET_IMG( nextSectionButton, "", next.png, "" );
- BUTTON_SET_IMG( menuButton, "", previous.png, "" );
+ BUTTON_SET_IMG( menuButton, "", previous.png, qtr( "Menu" ) );
discFrame->hide();
@@ -722,11 +722,8 @@ void ControlsWidget::next()
void ControlsWidget::setNavigation( int navigation )
{
-#define HELP_MENU N_( "Menu" )
#define HELP_PCH N_( "Previous chapter" )
#define HELP_NCH N_( "Next chapter" )
-#define HELP_PTR N_( "Previous track" )
-#define HELP_NTR N_( "Next track" )
// 1 = chapter, 2 = title, 0 = no
if( navigation == 0 )
More information about the vlc-devel
mailing list