Commit 2848880a authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Fix colour of the slider... be careful of , and ;

parent 26f3a2e0
......@@ -190,7 +190,7 @@ vlc_module_begin();
UPDATER_DAYS_TEXT, VLC_FALSE );
#endif
add_string( "qt-slider-colours",
"255;255;255;20;226;20;255;176;15,235;30;20",
"255;255;255;20;226;20;255;176;15;235;30;20",
NULL, SLIDERCOL_TEXT, SLIDERCOL_LONGTEXT, VLC_FALSE );
add_bool( "qt-open-detail", VLC_FALSE, NULL, VIEWDETAIL_TEXT,
......
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