Commit 61c280c5 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Qt4: set proper window class (refs #2322)

parent 607f8a8a
......@@ -349,8 +349,8 @@ static void *Thread( void *obj )
{
intf_thread_t *p_intf = (intf_thread_t *)obj;
MainInterface *p_mi;
char dummy[] = "";
char *argv[] = { dummy };
char dummy[] = "vlc"; /* for WM_CLASS */
char *argv[] = { dummy, NULL, };
int argc = 1;
Q_INIT_RESOURCE( vlc );
......
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