Commit 3c30dccf authored by Gildas Bazin's avatar Gildas Bazin

* modules/gui/wxwindows/preferences_widgets.cpp: compilation fix.

parent 4cf8c490
...@@ -173,7 +173,7 @@ KeyConfigControl::KeyConfigControl( vlc_object_t *p_this, ...@@ -173,7 +173,7 @@ KeyConfigControl::KeyConfigControl( vlc_object_t *p_this,
m_keysList = new wxString[i_keys]; m_keysList = new wxString[i_keys];
for( unsigned int i = 0; i < i_keys; i++ ) for( unsigned int i = 0; i < i_keys; i++ )
{ {
m_keysList[i] = wxT(vlc_keys[i].psz_key_string); m_keysList[i] = wxU(vlc_keys[i].psz_key_string);
} }
} }
......
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