Commit 80db5ed7 authored by Rafaël Carré's avatar Rafaël Carré Committed by Rémi Duraffort

SPrefsPanel : swapped 2 arguments

(cherry picked from commit 07471c3c2a74f8454fb736f00257584193a2cbbe)
Signed-off-by: default avatarRémi Duraffort <ivoire@videolan.org>
parent 87c90a23
......@@ -659,7 +659,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