vlc | branch: master | Kaarlo Raiha <[email protected]> | 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 <[email protected]> > 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 ); _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
