Commit 0be34d70 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Qt4: show localized hotkey strings in preferences

parent 3ff3d577
......@@ -288,7 +288,7 @@ int qtWheelEventToVLCKey( QWheelEvent *e )
QString VLCKeyToString( unsigned val )
{
char *base = vlc_keycode2str (val, false);
char *base = vlc_keycode2str (val, true);
if (base == NULL)
return qtr( "Unset" );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment