[vlc-commits] skins2: use localized hotkey strings

Rémi Denis-Courmont git at videolan.org
Sat Mar 10 11:49:54 CET 2012


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Mar 10 12:46:57 2012 +0200| [9cab210f4da9c35c49aec8f72c71791aaa3bad32] | committer: Rémi Denis-Courmont

skins2: use localized hotkey strings

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

 modules/gui/skins2/events/evt_key.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/skins2/events/evt_key.cpp b/modules/gui/skins2/events/evt_key.cpp
index 265637d..ccb5467 100644
--- a/modules/gui/skins2/events/evt_key.cpp
+++ b/modules/gui/skins2/events/evt_key.cpp
@@ -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;



More information about the vlc-commits mailing list