[vlc-commits] Qt: simple prefs: explain hotkeys scope

Francois Cartegnie git at videolan.org
Fri Feb 17 14:45:46 CET 2012


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Fri Feb 17 13:51:17 2012 +0100| [b0eed35db5c72d9556673a4a40546380be6a85eb] | committer: Francois Cartegnie

Qt: simple prefs: explain hotkeys scope

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

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

diff --git a/modules/gui/qt4/components/preferences_widgets.cpp b/modules/gui/qt4/components/preferences_widgets.cpp
index d2a771e..88ddda2 100644
--- a/modules/gui/qt4/components/preferences_widgets.cpp
+++ b/modules/gui/qt4/components/preferences_widgets.cpp
@@ -1324,7 +1324,9 @@ KeySelectorControl::KeySelectorControl( vlc_object_t *_p_this,
     table->setColumnCount(3);
     table->headerItem()->setText( 0, qtr( "Action" ) );
     table->headerItem()->setText( 1, qtr( "Hotkey" ) );
+    table->headerItem()->setToolTip( 1, qtr( "Application level hotkey" ) );
     table->headerItem()->setText( 2, qtr( "Global" ) );
+    table->headerItem()->setToolTip( 2, qtr( "Desktop level hotkey" ) );
     table->setAlternatingRowColors( true );
     table->setSelectionBehavior( QAbstractItemView::SelectItems );
 



More information about the vlc-commits mailing list