Commit 07471c3c authored by Rafaël Carré's avatar Rafaël Carré

SPrefsPanel : swapped 2 arguments

parent 1d7df6fa
......@@ -665,7 +665,7 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
p_config = config_FindConfig( VLC_OBJECT(p_intf), "hotkeys-mousewheel-mode" );
control = new IntegerListConfigControl( VLC_OBJECT(p_intf),
p_config, false, this, gLayout, line );
p_config, this, false, gLayout, line );
controls.append( control );
break;
......
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