Commit 1ef79a2b authored by Christophe Mutricy's avatar Christophe Mutricy

Typo

parent c8f0c81b
...@@ -389,7 +389,7 @@ static void *Init( vlc_object_t *obj ) ...@@ -389,7 +389,7 @@ static void *Init( vlc_object_t *obj )
# if defined (WIN32) || defined (__APPLE__) # if defined (WIN32) || defined (__APPLE__)
char* psz_tmp = config_GetPsz( p_intf, "language" ); char* psz_tmp = config_GetPsz( p_intf, "language" );
QString lang = qfu( psz_tmp ); QString lang = qfu( psz_tmp );
free( psz_tmp; free( psz_tmp);
if (lang == "auto") if (lang == "auto")
lang = QLocale::system().name(); lang = QLocale::system().name();
# else # else
......
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