[vlc-commits] Qt: Tell users about the delete key

Kaarlo Raiha git at videolan.org
Mon Mar 12 19:09:34 CET 2012


vlc | branch: master | Kaarlo Raiha <kaarlo.raiha at gmail.com> | Sun Mar 11 15:26:27 2012 +0200| [f1191a4cf777f26dca4567b2427439ab7032bb6d] | committer: Jean-Baptiste Kempf

Qt: Tell users about the delete key

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

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

diff --git a/modules/gui/qt4/components/preferences_widgets.cpp b/modules/gui/qt4/components/preferences_widgets.cpp
index 4b00351..32c8f0d 100644
--- a/modules/gui/qt4/components/preferences_widgets.cpp
+++ b/modules/gui/qt4/components/preferences_widgets.cpp
@@ -1315,7 +1315,8 @@ KeySelectorControl::KeySelectorControl( vlc_object_t *_p_this,
     QGridLayout *gLayout = new QGridLayout( keyContainer );
 
     label = new QLabel(
-        qtr( "Select or double click an action to change the associated hotkey") );
+        qtr( "Select or double click an action to change the associated "
+             "hotkey. Use delete key to remove hotkeys") );
 
     QLabel *searchLabel = new QLabel( qtr( "Search" ) );
     SearchLineEdit *actionSearch = new SearchLineEdit( keyContainer );



More information about the vlc-commits mailing list