Commit 9cab210f authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

skins2: use localized hotkey strings

parent 0be34d70
......@@ -39,7 +39,7 @@ const string EvtKey::getAsString() const
msg_Warn( getIntf(), "Unknown action type" );
// Add the key
char *keyName = vlc_keycode2str( m_key & ~KEY_MODIFIER, false );
char *keyName = vlc_keycode2str( m_key & ~KEY_MODIFIER, true );
if( keyName )
{
event += (string)":" + keyName;
......
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